Skip to content

Commit 91825c1

Browse files
committed
Switch default log level to WARN
1 parent dda2bc2 commit 91825c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instana/options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ class Options(object):
55
service = ''
66
agent_host = ''
77
agent_port = 0
8-
log_level = logging.ERROR
8+
log_level = logging.WARN
99

1010
def __init__(self, **kwds):
1111
self.__dict__.update(kwds)

0 commit comments

Comments
 (0)