You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Values are expected when getters or a schema are defined and called before configuration is loaded. If you use readers or getters/schema after loading the configuration then you'll get this log message.
If you want to ignore the message it's at INFO level, so you can ignore it with logging.getLogger('staticconf.config').setLevel(logging.WARN)
Lately I've been getting log lines like these when I start up an app using staticconf:
What's causing this? Why are these values unexpected? How do I make them expected?
Environment
The text was updated successfully, but these errors were encountered: