Skip to content

Commit

Permalink
adjust log-on-startup docs (#815)
Browse files Browse the repository at this point in the history
* adjust log-on-startup docs

* update message
  • Loading branch information
pjfanning authored Nov 26, 2023
1 parent f6d1642 commit 2ebec03
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.
# We do not recommend using this logging in production environments as it 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.
# We do not recommend using this logging in production environments as it 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 2ebec03

Please sign in to comment.