We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
does not seem to respect filename set in config global.logging.tracer.filename
global.logging.tracer.filename
maybe because configure_logging does not call init_tracer
configure_logging
init_tracer
rmtoo/rmtoo/lib/logging/__init__.py
Line 146 in c015be2
LOGGING_CONFIG
Line 154 in c015be2
The text was updated successfully, but these errors were encountered:
adding
__setup_trace_handler(tracer)
before
/tmp/rmtoo.log
2018-05-15 14:02:58,411;rmtoo-trace;DEBUG;__init__;init_tracer;121;rmtoo tracer system enabled. 2018-05-15 14:02:58,411;rmtoo-trace;DEBUG;__init__;__init_logger_object;95;rmtoo init logger.
Sorry, something went wrong.
No branches or pull requests
does not seem to respect filename set in config
global.logging.tracer.filename
maybe because
configure_logging
does not callinit_tracer
rmtoo/rmtoo/lib/logging/__init__.py
Line 146 in c015be2
and so it uses the default settings in
LOGGING_CONFIG
when the tracer is created at the bottom ofrmtoo/rmtoo/lib/logging/__init__.py
Line 154 in c015be2
The text was updated successfully, but these errors were encountered: