Skip to content

Commit

Permalink
update message
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Nov 26, 2023
1 parent af5e254 commit e767972
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/main/paradox/logging.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ This config option is useful if you want to know what config settings are loaded
```ruby
pekko {
# Log the complete configuration at INFO level when the actor system is started.
# This logging can include sensitive values.
# 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
2 changes: 1 addition & 1 deletion docs/src/main/paradox/typed/logging.md
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ This config option is useful if you want to know what config settings are loaded
```
pekko {
# Log the complete configuration at INFO level when the actor system is started.
# This loggong can include sensitive values.
# 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 e767972

Please sign in to comment.