Update doc.go with new debug level usage.

This commit is contained in:
Dave Collins 2013-11-21 20:01:11 -06:00
parent 93c1f7d31b
commit 07c656c8b5

7
doc.go
View file

@ -57,8 +57,11 @@ The flags are:
--profile= Enable HTTP profiling on given port -- NOTE port must be
between 1024 and 65536
--cpuprofile= Write CPU profile to the specified file
-d, --debuglevel= Logging level {trace, debug, info, warn, error,
critical}
-d, --debuglevel: Logging level for all subsystems {trace, debug, info,
warn, error, critical} -- You may also specify
<subsystem>=<level>,<subsystem2>=<level>,... to set the
log level for individual subsystems -- Use show to list
available subsystems
*/
package main