Skip to content

Commit 7965eb7

Browse files
author
David Noble
committed
Added links to the article on python.org describing the logging.conf file format.
Signed-off-by: David Noble <[email protected]>
1 parent 6883623 commit 7965eb7

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

examples/searchcommands_app/default/logging.conf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
#
2+
# The format of this file is described in this article at Python.org:
3+
#
4+
# [Configuration file format](http://goo.gl/K6edZ8)
5+
#
16
[loggers]
27
keys = root, CountMatchesCommand, SimulateCommand, SumCommand
38

examples/searchcommands_template/default/logging.conf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
#
2+
# The format of this file is described in this article at Python.org:
3+
#
4+
# [Configuration file format](http://goo.gl/K6edZ8)
5+
#
16
[loggers]
27
keys = root, %(command.title())Command
38

0 commit comments

Comments
 (0)