Skip to content

Commit

Permalink
adjust log-on-startup docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Nov 25, 2023
1 parent ccce880 commit af5e254
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/src/main/paradox/logging.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,12 @@ pekko {
}
```

This config option is very good if you want to know what config settings are loaded by Pekko:
This config option is useful if you want to know what config settings are loaded by Pekko:

```ruby
pekko {
# Log the complete configuration at INFO level when the actor system is started.
# This logging can include sensitive values.
# This is useful when you are uncertain of what configuration is used.
log-config-on-start = on
}
Expand Down
3 changes: 2 additions & 1 deletion docs/src/main/paradox/typed/logging.md
Original file line number Diff line number Diff line change
Expand Up @@ -337,11 +337,12 @@ pekko {
}
```

This config option is very good if you want to know what config settings are loaded by Pekko:
This config option is useful if you want to know what config settings are loaded by Pekko:

```
pekko {
# Log the complete configuration at INFO level when the actor system is started.
# This loggong can include sensitive values.
# This is useful when you are uncertain of what configuration is used.
log-config-on-start = on
}
Expand Down

0 comments on commit af5e254

Please sign in to comment.