Fix for no logging on sbt run (#241)
This commit is contained in:
parent
5a941c4ae0
commit
a9c47d0df1
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ object Config extends Logging {
|
|||
"\n\tdue to: " + e.toString)
|
||||
}
|
||||
Configgy.config
|
||||
} else if (getClass.getClassLoader.getResource("akka.conf") != null) {
|
||||
} else if (getClass.getClassLoader.getResource("/akka.conf") != null) {
|
||||
try {
|
||||
Configgy.configureFromResource("akka.conf", getClass.getClassLoader)
|
||||
log.info("Config loaded from the application classpath.")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue