Skip to content

Commit

Permalink
Cosmetic changes in the template logging configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardomurri committed Nov 26, 2018
1 parent c6e68c3 commit a4da194
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gc3libs/etc/logging.conf.example
Expand Up @@ -2,7 +2,7 @@
#
# Configuration file for gc3utils logging
#
# See http://docs.python.org/release/2.4/lib/logging-config-fileformat.html
# See https://docs.python.org/2/library/logging.config.html#logging-config-fileformat
# for the syntax of the configuration directives.
# In addition to the standard syntax, the following strings will be given
# special treatment:
Expand Down Expand Up @@ -59,7 +59,7 @@ formatter=logfile

[handler_stderr]
# console output level should not be set here, as it
# will limit the effectiveness of option "-v"
# will limit the effectiveness of option "-v"
level=NOTSET
class=StreamHandler
args=(sys.stderr,)
Expand Down

0 comments on commit a4da194

Please sign in to comment.