From 07c656c8b5a1ace2ce38639ce8685a6ea5e9c9be Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Thu, 21 Nov 2013 20:01:11 -0600 Subject: [PATCH] Update doc.go with new debug level usage. --- doc.go | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doc.go b/doc.go index 9d4b94e4..d68c5c51 100644 --- a/doc.go +++ b/doc.go @@ -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 + =,=,... to set the + log level for individual subsystems -- Use show to list + available subsystems */ package main