forked from j62/ctbrec
Improve startup status message for HMAC auth
This commit is contained in:
parent
630cb6a6a5
commit
306c3eaf3c
|
@ -87,9 +87,8 @@ public class HttpServer {
|
||||||
registerAlertSystem();
|
registerAlertSystem();
|
||||||
|
|
||||||
config = Config.getInstance();
|
config = Config.getInstance();
|
||||||
if (config.getSettings().key != null) {
|
LOG.info("HMAC authentication is {}", config.getSettings().key != null ? "enabled" : "disabled");
|
||||||
LOG.info("HMAC authentication is enabled");
|
|
||||||
}
|
|
||||||
recorder = new NextGenLocalRecorder(config, sites);
|
recorder = new NextGenLocalRecorder(config, sites);
|
||||||
for (Site site : sites) {
|
for (Site site : sites) {
|
||||||
if (site.isEnabled()) {
|
if (site.isEnabled()) {
|
||||||
|
|
Loading…
Reference in New Issue