Skip to content
This repository has been archived by the owner on Feb 13, 2020. It is now read-only.

Commit

Permalink
Default log level info->warn.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilfredo Sanchez committed Nov 17, 2008
1 parent 0011f3d commit 51d99ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twistedcaldav/config.py
Expand Up @@ -565,7 +565,7 @@ def updateLogLevels(self, items):
if "DefaultLogLevel" in self._data:
level = self._data["DefaultLogLevel"]
if not level:
level = "info"
level = "warn"
setLogLevelForNamespace(None, level)

if "LogLevels" in self._data:
Expand Down

0 comments on commit 51d99ee

Please sign in to comment.