logaddress_add_http_delayed Command

Explore usage, syntax, and examples for the logaddress_add_http_delayed CS2 developer console command.

logaddress_add_http_delayed

CS2 Only

Command

logaddress_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.

<URI>

The HTTP endpoint that will receive the logs via POST. Include the URI in double quotes.

<Delay>

Time in seconds to wait before sending the logs to the URI.

sv_cheats Required

No

Client or Server Command

Server

logaddress_add_http_delayed Generator

Command

logaddress_add_http_delayed

<URI><Delay>
0/2 Arguments Selected

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

Command

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.