forked from Telodendria/Telodendria
[MOD] Log flags as separate.
This commit is contained in:
parent
610b0807ce
commit
18ae52d001
1 changed files with 2 additions and 1 deletions
|
@ -342,7 +342,8 @@ start:
|
||||||
Log(LOG_DEBUG, "Identity Server: %s", tConfig->identityServer);
|
Log(LOG_DEBUG, "Identity Server: %s", tConfig->identityServer);
|
||||||
Log(LOG_DEBUG, "Run As: %s:%s", tConfig->runAs.uid, tConfig->runAs.gid);
|
Log(LOG_DEBUG, "Run As: %s:%s", tConfig->runAs.uid, tConfig->runAs.gid);
|
||||||
Log(LOG_DEBUG, "Max Cache: %ld", tConfig->maxCache);
|
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());
|
LogConfigUnindent(LogConfigGlobal());
|
||||||
|
|
||||||
httpServers = ArrayCreate();
|
httpServers = ArrayCreate();
|
||||||
|
|
Loading…
Reference in a new issue