mirror of
https://github.com/nghttp2/nghttp2.git
synced 2025-12-08 11:08:52 +08:00
nghttpx: Document that stderr is redirected to error log file
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user