commit | 6fb8dc1a5a08ed357784f46e81aaee028fbef825 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Nov 03 19:42:36 2016 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Nov 07 14:31:45 2016 +0100 |
tree | 5581967f6dbc5d6676da487b8ecf2c72dd7a43a4 | |
parent | e1bde1492a30f5036ca58248e50c27a9e116d9cc [diff] |
MINOR: server: do not emit warnings/logs/alerts on server state changes at boot We'll have to use srv_set_admin_flag() to propagate some server flags during the startup, and we don't want the resulting actions to cause warnings, logs nor e-mail alerts to be generated since we're just applying the config or a state file. So let's condition these notifications to the fact that we're starting.