mirror of
https://github.com/lightbend/config.git
synced 2025-01-15 14:50:23 +08:00
Merge pull request #569 from ajorpheus/patch-1
Minor documentation correction for config.root().render() under "Debuggin…
This commit is contained in:
commit
c6d1ed4409
@ -758,8 +758,10 @@ If you have trouble with your configuration, some useful tips.
|
||||
output on stderr describing each file that is loaded.
|
||||
Note: this feature is not included in the older version in
|
||||
Play/Akka 2.0.
|
||||
- Use `myConfig.root().render()` to get a `Config` printed out as a
|
||||
- Use `myConfig.root().render()` to get a `Config` as a
|
||||
string with comments showing where each value came from.
|
||||
This string can be printed out on console or logged to
|
||||
a file etc.
|
||||
|
||||
### Supports Java 8 and Later
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user