Skip to content

Commit b4ce458

Browse files
committed
Updated documentation
1 parent 55a656b commit b4ce458

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/modules/ROOT/pages/index.adoc

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -435,12 +435,10 @@ include::example$logging/tutorial001.py[]
435435
<.> Use `Logger` as every other Python logger.
436436

437437
=== 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
438+
You might want to send logs to other places
440439
(e.g., to error reporting systems like
441440
<<sentry, `Sentry`>> or <<rollbar, `Rollbar`>>).
442-
443-
Sending custom logs can be achieved by providing an instance of
441+
This can be achieved by providing an instance of
444442
{python-log-handlers-link}[logging handler]
445443
as an argument to app decorator.
446444
Custom handler will be used alongside {corva-sdk}'s default one.

0 commit comments

Comments
 (0)