Kitura / Configuration

Hierarchical configuration manager for Swift applications

Home Page:https://kitura.github.io/Configuration/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use warning log level when file cannot be loaded.

rolivieri opened this issue · comments

Currently the error log level is used when a file cannot be loaded. Not finding a file is a very common scenario in our apps. It would be better to use, say warning as the log level for logging the message that states that a file cannot be loaded.

Fixed in #35