Skip to content

Commit

Permalink
Merge pull request phunt#8 from sambrightman/8a64fa6fea80e3c73f51b152…
Browse files Browse the repository at this point in the history
…396885aee025ba6e

Detail about logging options
  • Loading branch information
phunt committed Aug 18, 2013
2 parents f03ca81 + 8a64fa6 commit 7c6f0db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.textile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Options:
-n, --names resolve session name from ip (default False)
--fix_330 workaround for a bug in ZK 3.3.0
-v VERBOSITY, --verbosity=VERBOSITY
log level verbosity
log level verbosity (DEBUG, INFO, WARN(ING), ERROR, CRITICAL/FATAL))
-l LOGFILE, --logfile=LOGFILE
directory in which to place log file, or empty for
none
Expand Down
2 changes: 1 addition & 1 deletion zktop.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
help="workaround for a bug in ZK 3.3.0")
parser.add_option("-v", "--verbosity",
dest="verbosity", default="DEBUG",
help="log level verbosity")
help="log level verbosity (DEBUG, INFO, WARN(ING), ERROR, CRITICAL/FATAL)")
parser.add_option("-l", "--logfile",
dest="logfile", default=None,
help="directory in which to place log file, or empty for none")
Expand Down

0 comments on commit 7c6f0db

Please sign in to comment.