We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7514ca commit b33822cCopy full SHA for b33822c
tools/src/main/python/opengrok_tools/utils/log.py
@@ -18,7 +18,7 @@
18
#
19
20
21
-# Copyright (c) 2018, 2019, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2018, 2022, Oracle and/or its affiliates. All rights reserved.
22
23
24
import logging
@@ -48,7 +48,7 @@ def fatal(msg, exit=True):
48
def add_log_level_argument(parser):
49
parser.add_argument('-l', '--loglevel', action=LogLevelAction,
50
help='Set log level (e.g. \"ERROR\")',
51
- default=logging.INFO)
+ default="INFO")
52
53
54
class LogLevelAction(argparse.Action):
0 commit comments