nickva commented on code in PR #4627:
URL: https://github.com/apache/couchdb/pull/4627#discussion_r1597477745


##########
src/couch/src/couch_os_process.erl:
##########
@@ -92,7 +92,7 @@ readjson(OsProc) when is_record(OsProc, os_proc) ->
             case ?JSON_DECODE(Line) of
                 [<<"log">>, Msg] when is_binary(Msg) ->
                     % we got a message to log. Log it and continue
-                    couch_log:info(
+                    couch_log:error(

Review Comment:
   Updated with a fixup commit to revert the change.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to