Nice looking toString of config settings. See #1373
This commit is contained in:
parent
d85f8d74b8
commit
eebe068aa5
1 changed files with 1 additions and 3 deletions
|
|
@ -113,9 +113,7 @@ object ActorSystem {
|
|||
throw new ConfigurationException("Akka JAR version [" + Version +
|
||||
"] does not match the provided config version [" + ConfigVersion + "]")
|
||||
|
||||
override def toString: String = {
|
||||
config.toString
|
||||
}
|
||||
override def toString: String = config.root.render
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue