Lately I've been getting log lines like these when I start up an app using staticconf:
[2017-09-11 01:00:27,865 INFO staticconf.config] Unexpected value in moneybot configuration: [('postgres.host', 'localhost'), ('postgres.port', 5432), ('postgres.username', 'postgres'), ('postgres.password', 'secretpass'), ('postgres.dbname', 'postgres')]
What's causing this? Why are these values unexpected? How do I make them expected?
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