nghttpx: Document that stderr is redirected to error log file

This commit is contained in:
Tatsuhiro Tsujikawa
2015-04-08 17:33:18 +09:00
parent cd0564ddfa
commit 1fcd881395

View File

@@ -1315,7 +1315,8 @@ Logging:
Default: )" << DEFAULT_ACCESSLOG_FORMAT << R"( Default: )" << DEFAULT_ACCESSLOG_FORMAT << R"(
--errorlog-file=<PATH> --errorlog-file=<PATH>
Set path to write error log. To reopen file, send USR1 Set path to write error log. To reopen file, send USR1
signal to nghttpx. signal to nghttpx. stderr will be redirected to the
error log file unless --errorlog-syslog is used.
Default: )" << get_config()->errorlog_file.get() << R"( Default: )" << get_config()->errorlog_file.get() << R"(
--errorlog-syslog --errorlog-syslog
Send error log to syslog. If this option is used, Send error log to syslog. If this option is used,