Skip to content

Commit

Permalink
Set loglevel to INFO: #485
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Nov 8, 2017
1 parent 83331dc commit b60ca22
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions etc/logging.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,26 +12,26 @@ level=ERROR
handlers=fileHandler

[logger_ConfManager]
level=DEBUG
level=INFO
handlers=fileHandler
qualname=ConfManager
propagate=0

[logger_CloudConnector]
level=DEBUG
level=INFO
handlers=fileHandler
qualname=CloudConnector
propagate=0

[logger_InfrastructureManager]
level=DEBUG
level=INFO
handlers=fileHandler
qualname=InfrastructureManager
propagate=0

[handler_fileHandler]
class=logging.handlers.RotatingFileHandler
level=DEBUG
level=INFO
formatter=simpleFormatter
args=('/var/log/im/im.log', 'w', 10485760, 3)

Expand Down

0 comments on commit b60ca22

Please sign in to comment.