Fix for no logging on sbt run (#241)

This commit is contained in:
Peter Vlugter 2010-05-28 13:39:18 +12:00
parent 5a941c4ae0
commit a9c47d0df1

View file

@ -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.")