Skip to content

Commit

Permalink
dummy file
Browse files Browse the repository at this point in the history
  • Loading branch information
advornic committed Jan 12, 2015
1 parent c00e966 commit da5a586
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@ If the global configuration file is updated, the server must be restarted in ord
# default=True
console_logging=<True | False>
# Console logging format
# default=%(asctime)s:%(levelname)s:[%(module)s:%(lineno)d] %(message)s
console_logging_format=<(Python)logging format>
# Globally disable topology validation in the bootstrap process
# default=False
disable_topology_validation=<True | False>
Expand Down
4 changes: 4 additions & 0 deletions docs/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ Global configuration file
# Enable console logging
console_logging = True
# Console logging format
console_logging_format = %(asctime)s:%(levelname)s:[%(module)s:%(lineno)d] %(message)s
# Globally disable topology validation in the bootstrap process
disable_topology_validation = False
Expand Down

0 comments on commit da5a586

Please sign in to comment.