feat(agent): add http debug routes for magicsock (#7287)

This commit is contained in:
Colin Adler
2023-04-26 13:01:49 -05:00
committed by GitHub
parent 272573e9f0
commit 3eb7f06bf1
4 changed files with 58 additions and 9 deletions
+3
View File
@@ -6,6 +6,9 @@ Starts the Coder workspace agent.
--auth string, $CODER_AGENT_AUTH (default: token)
Specify the authentication type to use for the agent.
--debug-address string, $CODER_AGENT_DEBUG_ADDRESS (default: 127.0.0.1:2113)
The bind address to serve a debug HTTP server.
--log-dir string, $CODER_AGENT_LOG_DIR (default: /tmp)
Specify the location for the agent log files.