You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When developing a custom script that uses the SDK, one can't use the default logger through from logging import getLogger.
Structlog most likely overwrites the default logger.
To Reproduce
Steps to reproduce the behavior:
install the SDK
create a simple script that imports something from the SDK and getLogger from logging
fetch a logger through getLogger - logger = getLogger()
log something
run the script.
Expected behavior
All logs are shown and the users shouldn't be omitted.
Screenshots
Missing log:
Script definition:
Checklist
I added a label for the level of urgency of this bug (see definitions here)
The text was updated successfully, but these errors were encountered:
Describe the bug
When developing a custom script that uses the SDK, one can't use the default logger through
from logging import getLogger
.Structlog most likely overwrites the default logger.
To Reproduce
Steps to reproduce the behavior:
logger = getLogger()
Expected behavior
All logs are shown and the users shouldn't be omitted.
Screenshots
Missing log:
Script definition:
Checklist
The text was updated successfully, but these errors were encountered: