Skip to content

Commit 186f186

Browse files
set log level
1 parent ffc03ae commit 186f186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

simplyblock_core/constants.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def get_from_env_var_file(name, default=None):
1919
SPK_DIR = '/home/ec2-user/spdk'
2020
RPC_HTTP_PROXY_PORT = 8080
2121
LOG_LEVEL = logging.INFO
22-
LOG_WEB_LEVEL = logging.ERROR
22+
LOG_WEB_LEVEL = logging.DEBUG
2323
LOG_WEB_DEBUG = True if LOG_WEB_LEVEL == logging.DEBUG else False
2424

2525
INSTALL_DIR = os.path.dirname(os.path.realpath(__file__))

0 commit comments

Comments
 (0)