Actions
Bug #15025
closedWarning on startup: Couldn't find settings file config/settings.d/foreman_proxy.yml
Description
A warning has appeared since the merge of #14618 that was previously squashed in #9974.
Prior to #14618, develop logged this on startup:
W, [2016-05-12T16:12:13.965224 #12407] WARN -- : Couldn't find settings file /home/dcleal/code/foreman/smart-proxy/config/settings.d/realm.yml. Using default settings. I, [2016-05-12T16:12:13.965552 #12407] INFO -- : 'foreman_proxy' settings were initialized with default values: :enabled: true I, [2016-05-12T16:12:13.965766 #12407] INFO -- : Finished initialization of module 'foreman_proxy'
Now it logs the extra nonsense warning:
W, [2016-05-12T16:13:19.900129 #12615] WARN -- : Couldn't find settings file /home/dcleal/code/foreman/smart-proxy/config/settings.d/realm.yml. Using default settings. W, [2016-05-12T16:13:19.900527 #12615] WARN -- : Couldn't find settings file /home/dcleal/code/foreman/smart-proxy/config/settings.d/foreman_proxy.yml. Using default settings. D, [2016-05-12T16:13:19.900722 #12615] DEBUG -- : 'foreman_proxy' settings: 'enabled': true
Actions