You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/recipes/terminus.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -527,11 +527,9 @@ export class HealthController {
527
527
528
528
#### Logging
529
529
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
531
531
as well as completely take over the logging itself.
532
532
533
-
##### Custom Logger
534
-
535
533
In this section, we are going to walk you through how you create a custom logger `TerminusLogger`. This logger extends the built-in logger.
536
534
Therefore you can pick and choose which part of the logger you would like to overwrite
0 commit comments