Skip to content

Commit 36d05dd

Browse files
Update docs/platforms/python/integrations/loguru/index.mdx
Co-authored-by: Alex Alderman Webb <[email protected]>
1 parent 55c0ac6 commit 36d05dd

File tree

1 file changed

+1
-1
lines changed
  • docs/platforms/python/integrations/loguru

1 file changed

+1
-1
lines changed

docs/platforms/python/integrations/loguru/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ This will capture both logs and send them to Sentry Logs. Additionally, an error
5353

5454
## Behavior
5555

56-
As long as `enable_logs` is `True`, logs with a level of `INFO` and higher will be captured as Sentry logs. The threshold can be configured via the [`sentry_logs_level` option](#options).
56+
Logs with a level of `INFO` and higher will be captured as Sentry logs as long as `enable_logs` is `True` and the log level set in the `logging` module is `INFO` or below. The threshold can be configured via the [`sentry_logs_level` option](#options).
5757

5858
Additionally, the Loguru integration will create an error event from all `ERROR`-level logs. This feature is configurable via the [`event_level` integration option](#options).
5959

0 commit comments

Comments
 (0)