From 1fcd881395597c10cb11267d0b2d989292e93584 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Wed, 8 Apr 2015 17:33:18 +0900 Subject: [PATCH] nghttpx: Document that stderr is redirected to error log file --- src/shrpx.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/shrpx.cc b/src/shrpx.cc index eb1a82b0..9b4d88b4 100644 --- a/src/shrpx.cc +++ b/src/shrpx.cc @@ -1315,7 +1315,8 @@ Logging: Default: )" << DEFAULT_ACCESSLOG_FORMAT << R"( --errorlog-file= 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"( --errorlog-syslog Send error log to syslog. If this option is used,