We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55a656b commit b4ce458Copy full SHA for b4ce458
docs/modules/ROOT/pages/index.adoc
@@ -435,12 +435,10 @@ include::example$logging/tutorial001.py[]
435
<.> Use `Logger` as every other Python logger.
436
437
=== Customizations
438
-You might want to customize app behavior in a several ways,
439
-for example merge incoming events or send logs to other places
+You might want to send logs to other places
440
(e.g., to error reporting systems like
441
<<sentry, `Sentry`>> or <<rollbar, `Rollbar`>>).
442
-
443
-Sending custom logs can be achieved by providing an instance of
+This can be achieved by providing an instance of
444
{python-log-handlers-link}[logging handler]
445
as an argument to app decorator.
446
Custom handler will be used alongside {corva-sdk}'s default one.
0 commit comments