-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
By default our structlogs are printing debug messages, which are quite noisy. The standard pattern of setting log levels using the logging library isn't being respected, thus it's hard to know how to tune the second config of logging present.
To Reproduce
Steps to reproduce the behavior:
- Run any notebook
- See debug logs
- Change logging level
- Still see debug logs
- Change structlog levels
- See debugs go away
Expected behavior
The papermill cli and logging library levels should be the defaults when starting struct logs. We may need to scan log levels and pass them along when we initialize structlog.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working