acelyc111 opened a new issue, #1199:
URL: https://github.com/apache/incubator-pegasus/issues/1199

   For most logging systems, levels are ordered in:
   DEBUG,INFO,WARNING,ERROR,FATAL
   for example: 
[spdlog](https://github.com/gabime/spdlog/blob/d546201f127c306ec8a0082d57562a05a049af77/include/spdlog/common.h#L214),
 
[glog](https://github.com/google/glog/blob/master/src/glog/log_severity.h#L53), 
[Log4J2](https://logging.apache.org/log4j/2.x/manual/customloglevels.html)
   But in Pegaus, they are ordered in:
   INFO,DEBUG,WARNING,ERROR,FATAL
   
   It's strange, we should adjust the levels to consistent with well known and 
wildly used logging systems.


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to