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

Add message to log format #111

Closed
lrebscher opened this issue Dec 24, 2020 · 0 comments
Closed

Add message to log format #111

lrebscher opened this issue Dec 24, 2020 · 0 comments
Assignees

Comments

@lrebscher
Copy link

configure_logging configures the root logger with a format that doesn't contain the actual message. :)

formatter = logging.Formatter('%(asctime)s - %(name)s - %(levelname)s')

Have to add %(message)s to the format

@filippomc filippomc self-assigned this Jan 13, 2021
@filippomc filippomc added this to Proposal in Jupyter Geppetto roadmap via automation Jan 13, 2021
@filippomc filippomc moved this from Proposal to To do in Jupyter Geppetto roadmap Jan 13, 2021
filippomc added a commit that referenced this issue Jan 19, 2021
@filippomc filippomc moved this from To do to Release in Jupyter Geppetto roadmap Jan 19, 2021
filippomc added a commit that referenced this issue May 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

2 participants