Commit f8db2b83 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent e141848a
...@@ -58,6 +58,7 @@ def pytest_configure(config): ...@@ -58,6 +58,7 @@ def pytest_configure(config):
wcfslog = logging.getLogger('wcfs') wcfslog = logging.getLogger('wcfs')
wcfslog.setLevel(logging.INFO) wcfslog.setLevel(logging.INFO)
# -vv -> verbose *.py logs # -vv -> verbose *.py logs
# XXX + $WENDELIN_CORE_WCFS_OPTIONS="-d -alsologtostderr -v=1" ?
if config.option.verbose > 1: if config.option.verbose > 1:
config.inicfg['log_cli_level'] = "INFO" config.inicfg['log_cli_level'] = "INFO"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment