Skip to content

Commit 8c1831e

Browse files
Addressing Ruben's feedback
1 parent d24a566 commit 8c1831e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/logger.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ Logger can optionally log uncaught exceptions by setting `log_uncaught_exception
321321

322322
#### Stack trace logging
323323

324-
By default, the Logger will automatically includes the full stack trace in JSON format when using `logger.exception`. If you want to disable this feature, set `serialize_stacktrace=False` during initialization."
324+
By default, the Logger will automatically include the full stack trace in JSON format when using `logger.exception`. If you want to disable this feature, set `serialize_stacktrace=False` during initialization."
325325

326326
=== "logging_stacktrace.py"
327327

0 commit comments

Comments
 (0)