|
a/pyforge/development.ini |
|
b/pyforge/development.ini |
|
... |
|
... |
175 |
# "level = WARN" logs neither. (Recommended for production systems.)
|
175 |
# "level = WARN" logs neither. (Recommended for production systems.)
|
176 |
|
176 |
|
177 |
|
177 |
|
178 |
# If you create additional handlers, add them as a key to [handlers]
|
178 |
# If you create additional handlers, add them as a key to [handlers]
|
179 |
[handler_console]
|
179 |
[handler_console]
|
180 |
class = StreamHandler
|
180 |
# class = StreamHandler
|
181 |
args = (sys.stderr,)
|
181 |
# args = (sys.stderr,)
|
|
|
182 |
class = handlers.WatchedFileHandler
|
|
|
183 |
args = ('/tmp/test.log', 'a')
|
182 |
level = NOTSET
|
184 |
level = NOTSET
|
183 |
formatter = generic
|
185 |
formatter = generic
|
184 |
|
186 |
|
185 |
# If you create additional formatters, add them as a key to [formatters]
|
187 |
# If you create additional formatters, add them as a key to [formatters]
|
186 |
[formatter_generic]
|
188 |
[formatter_generic]
|