Skip to content

Commit

Permalink
Disable overriding existing loggers
Browse files Browse the repository at this point in the history
To avoid situation that devops
logging.config overrides fuelweb_tests.logger
setting set default value False

Change-Id: I9eeeea20835a372221b346c6845be6f463de78c3
Closes-Bug: #1509282
  • Loading branch information
TatyankaLeontovich committed Nov 3, 2015
1 parent 3145aae commit e307383
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions devops/log.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,6 @@ loggers:
level: INFO
handlers: [console, notset_handler, error_handler]
propagate: no

disable_existing_loggers: False

0 comments on commit e307383

Please sign in to comment.