[MOD] Log flags as separate.

This commit is contained in:
lda 2023-12-08 17:31:09 +01:00
parent 610b0807ce
commit 18ae52d001
Signed by: lda
GPG key ID: 6898757653ABE3E6

View file

@ -342,7 +342,8 @@ start:
Log(LOG_DEBUG, "Identity Server: %s", tConfig->identityServer);
Log(LOG_DEBUG, "Run As: %s:%s", tConfig->runAs.uid, tConfig->runAs.gid);
Log(LOG_DEBUG, "Max Cache: %ld", tConfig->maxCache);
/*Log(LOG_DEBUG, "Flags: %x", tConfig->flags);*/
Log(LOG_DEBUG, "Registration: %s", tConfig->registration ? "true" : "false");
Log(LOG_DEBUG, "Federation: %s", tConfig->federation ? "true" : "false");
LogConfigUnindent(LogConfigGlobal());
httpServers = ArrayCreate();