GWicke has uploaded a new change for review. https://gerrit.wikimedia.org/r/72621
Change subject: Fix rtclient supervisor config ...................................................................... Fix rtclient supervisor config Somehow a newline got lost, which disabled stderr redirection. Change-Id: I8628f663a4767d73419071f45258bc2367e13b5d --- M js/tests/client/rtclient-supervisor.conf 1 file changed, 2 insertions(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Parsoid refs/changes/21/72621/1 diff --git a/js/tests/client/rtclient-supervisor.conf b/js/tests/client/rtclient-supervisor.conf index b63ceee..eb6cf16 100644 --- a/js/tests/client/rtclient-supervisor.conf +++ b/js/tests/client/rtclient-supervisor.conf @@ -11,7 +11,8 @@ # Make sure that the dir *containing* the db file is writable to this user too user=nobody -# Keep a logredirect_stderr=true +# Keep a log +redirect_stderr=true stdout_logfile=/var/log/rtclient.log # Automatically restart, no matter what the return status is -- To view, visit https://gerrit.wikimedia.org/r/72621 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I8628f663a4767d73419071f45258bc2367e13b5d Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Parsoid Gerrit-Branch: master Gerrit-Owner: GWicke <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
