Skip to content

Commit 90aa619

Browse files
Update content/recipes/terminus.md
1 parent 3c4968c commit 90aa619

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

content/recipes/terminus.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -527,11 +527,9 @@ export class HealthController {
527527

528528
#### Logging
529529

530-
Terminus only logs error messages, for instance when a Healthcheck has failed. With the `TerminusModule.forRoot()`-method you have more control over how errors are being logged
530+
Terminus only logs error messages, for instance when a Healthcheck has failed. With the `TerminusModule.forRoot()` method you have more control over how errors are being logged
531531
as well as completely take over the logging itself.
532532

533-
##### Custom Logger
534-
535533
In this section, we are going to walk you through how you create a custom logger `TerminusLogger`. This logger extends the built-in logger.
536534
Therefore you can pick and choose which part of the logger you would like to overwrite
537535

0 commit comments

Comments
 (0)