Addr flag for debug server, logging
This commit is contained in:
parent
03178f59e6
commit
d767921e0e
11 changed files with 54 additions and 13 deletions
|
@ -25,6 +25,11 @@ var (
|
|||
false,
|
||||
"Also start the local debugging server",
|
||||
)
|
||||
FlagDebugPort *string = flag.String(
|
||||
"debugport",
|
||||
"127.0.0.1:3305",
|
||||
"Set the address the debug server will listen on. Format: IP:Port",
|
||||
)
|
||||
FlagLogFile *string = flag.String(
|
||||
"logfile",
|
||||
"/var/log/linstrom/logs",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue