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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -227,7 +227,7 @@ ResponseAdapter | Helper class help to extract logging-relevant information from
227
227
FrameworkConfigurator | Class to perform logging configuration for given framework as needed | no
228
228
AppRequestInstrumentationConfigurator | Class to perform request instrumentation logging configuration | no
229
229
230
-
Take a look at [**json_logging/base_framework.py**](blob/master/json_logging/framework_base.py), [**json_logging.flask**](tree/master/json_logging/framework/flask) and [**json_logging.sanic**](/tree/master/json_logging/framework/sanic) packages for reference implementations.
230
+
Take a look at [**json_logging/base_framework.py**](json_logging/framework_base.py), [**json_logging.flask**](json_logging/framework/flask) and [**json_logging.sanic**](json_logging/framework/sanic) packages for reference implementations.
231
231
232
232
# 6. FAQ & Troubleshooting
233
233
1. I configured everything, but no logs are printed out?
0 commit comments