Created
October 31, 2021 11:17
-
-
Save Luke-Rogerson/30835611508b3111def99e1c6d0134fd to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
logger = use_logging() | |
logger.info('An informative log message', extra={'user_id': 'abc123', **function_args}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment