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
Please include a summary of the changes in bullet points here.
8
+
Also add screenshots if available.
9
+
10
+
## Type of change:
11
+
12
+
Please delete options that are not relevant.
13
+
-[ ] Bug fix (non-breaking change which fixes an issue)
14
+
-[ ] New feature (non-breaking change which adds functionality)
15
+
-[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
16
+
17
+
## Checklist (put x in bracket to check):
18
+
19
+
Please do not delete options here.
20
+
-[ ] I have performed a self-review of my code
21
+
-[ ] Existing unit tests pass locally with my changes
22
+
-[ ] I have written coverage for new code
23
+
-[ ] I have updated the [Production deployment](https://docs.google.com/spreadsheets/d/1_tc_7h3yPxScUb2JvZyxG0qx8Dl36bP7Fh-86_0kI1A) sheet if this service required production changes in this sprint
level (int, optional): Log level. Defaults to logging.WARNING.
37
40
context_config (dict, optional): Context config to configure logging parameters See LoggerContextConfigKeys for list of allowed params. Defaults to None.
logger_name (string): Name of the logger to be initialised
54
+
service_name (string): Service name that appears as the source in the logs
55
+
level (int, optional): Log level. Defaults to logging.INFO.
56
+
context_config (dict, optional): Context config to configure formatter for logging parameters. See LoggerContextConfigKeys for list of allowed params. Useless if use_default_json_handler is False. Defaults to None.
57
+
use_default_json_handler (boolean, optional): Use the default JSON logger. Defaults to True.
58
+
other_handlers ([Handler], optional): Handlers to be attached to the logger. Defaults to [].
59
+
propagate_to_parent (boolean, optional): Should the log be propagated to parent. Defaults to False.
0 commit comments