Skip to content
New issue

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

setting formatter dynamically to retrieved pymarlin loggers #90

Merged
merged 7 commits into from
May 18, 2022

Conversation

jsleep
Copy link
Contributor

@jsleep jsleep commented May 18, 2022

fixing in relation to issue #88

logging.basicConfig(level="WARN",
format='%(asctime)s:%(levelname)s : %(name)s : %(lineno)d : %(message)s',
stream=sys.stdout)
formatter = logging.Formatter('SystemLog: %(asctime)s:%(levelname)s : %(name)s : %(lineno)d : %(message)s')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove SystemLog

@ananthrs1 ananthrs1 merged commit d67056d into main May 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants