This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko.git
The following commit(s) were added to refs/heads/main by this push:
new 2ebec0364d adjust log-on-startup docs (#815)
2ebec0364d is described below
commit 2ebec0364d5185a93cf6ff3e0c77003bee865dd7
Author: PJ Fanning <[email protected]>
AuthorDate: Sun Nov 26 10:55:09 2023 +0100
adjust log-on-startup docs (#815)
* 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]