This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch 1.0.x
in repository https://gitbox.apache.org/repos/asf/incubator-pekko.git
The following commit(s) were added to refs/heads/1.0.x by this push:
new 70871e2f73 adjust log-on-startup docs (#815) (#818)
70871e2f73 is described below
commit 70871e2f73b089e1b9b6bbb36d1806a3cdffeeaa
Author: PJ Fanning <[email protected]>
AuthorDate: Sun Nov 26 22:45:29 2023 +0100
adjust log-on-startup docs (#815) (#818)
* adjust log-on-startup docs
* update message
---
docs/src/main/paradox/logging.md | 3 ++-
docs/src/main/paradox/typed/logging.md | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/docs/src/main/paradox/logging.md b/docs/src/main/paradox/logging.md
index 09946bbd86..b2dbd4d18a 100644
--- a/docs/src/main/paradox/logging.md
+++ b/docs/src/main/paradox/logging.md
@@ -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
}
diff --git a/docs/src/main/paradox/typed/logging.md
b/docs/src/main/paradox/typed/logging.md
index 47a791aed9..44e04be412 100644
--- a/docs/src/main/paradox/typed/logging.md
+++ b/docs/src/main/paradox/typed/logging.md
@@ -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
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]