Command
logaddress_add_http_delayed
<URI><Delay>Explore usage, syntax, and examples for the logaddress_add_http_delayed CS2 developer console command.
logaddress_add_http_delayed
CS2 Onlylogaddress_add_http_delayed
<URI><Delay>Set a listener to send logs via HTTP POST to a specified URI after a delay. Make sure to wrap the URI in double quotes.
The HTTP endpoint that will receive the logs via POST. Include the URI in double quotes.
Time in seconds to wait before sending the logs to the URI.
No
Server
logaddress_add_http_delayed Generator
logaddress_add_http_delayed
<URI><Delay>Set the options below to auto-generate your command. When everything looks good, click the Copy button and paste it into your in-game console.
logaddress_add_http_delayed Examples
logaddress_add_http_delayed
"http://example.com/logs"
10
Configures a log listener that sends logs to the given URI with a 10-second delay.