edulify / play-hikaricp.edulify.com

HikariCP Plugin for Playframework 2.2.x and 2.3.x
http://edulify.github.io/play-hikaricp.edulify.com/
Apache License 2.0
82 stars 35 forks source link

Problem loading the file hikaricp.prod.properties #35

Closed ochsenius closed 9 years ago

ochsenius commented 9 years ago

I had a problem loading the configuration file of Hikari. This only happens when I set up with Shell, not the play console.

The configuration suggest adding in the application.conf db.default.hikaricp.file = "conf/hikaricp.prod.properties"

Which is fine, but via shell I get an error stating:

[Loading from file configured by db.default.hikaricp.file That Is Some ("conf/hikaricp.prod.properties")]

If you strip the quotes to the configuration file, then it works fine for command line and Shell. => db.default.hikaricp.file = conf/hikaricp.prod.properties

megazord commented 9 years ago

Hello, First of all, sorry for the long time to answer your question.

This is not an error message, but just a simple log to help you to debug any problems you could have.