Skip to content

Commit a0f1e4b

Browse files
committed
Move a config subheading to the correct level
This shouldn't break up the "Configuration Options" section
1 parent f9ca5aa commit a0f1e4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/deployments/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@ logging:
709709
logSuccessful: false
710710
```
711711

712-
## Defining Separate Logging Configurations
712+
#### Defining Separate Logging Configurations
713713

714714
Harper's logger supports defining multiple logging configurations for different components in the system. Each logging configuration can be assigned its own `path` (or `root`), `level`, `tag`, and flag to enable/disable logging to `stdStreams`. All logging defaults to the configuration of the "main" logger as configured above, but when logging is configured for different loggers, they will use their own configuration. Separate loggers can be defined:
715715

0 commit comments

Comments
 (0)