PragmaTwice opened a new issue, #2889:
URL: https://github.com/apache/kvrocks/issues/2889

   ### Search before asking
   
   - [x] I had searched in the 
[issues](https://github.com/apache/kvrocks/issues) and found no similar issues.
   
   
   ### Motivation
   
   In #2881, we have switched the logging library from GLOG to spdlog, but we 
didn't replace all logging calls (instead we have a mocking API of GLOG, which 
is translated to spdlog calls).
   
   So there are lots of trivial tasks, to replace calls like `LOG(..) << ... << 
..` to `info(..)`/`warn(..)`/`error(..)`. And here is a tracking issue for that.
   
   - [ ] #2888 
   - [ ] Replace logging calls in `cluster/*`
   - [ ] Replace logging calls in `commands/*`
   - [ ] Replace logging calls in `storage/*`
   - [ ] Replace logging calls in `storage/rdb/*`
   - [ ] Replace logging calls in `stats/*`
   - [ ] Replace logging calls in `server/*`
   - [ ] Replace logging calls in `search/*`
   - [ ] Replace logging calls in `commands/*`
   - [ ] Replace logging calls in `types/*`
   - [ ] Replace logging calls in `config/*`
   
   If there are so many calls in one source directory, we can also split them 
to more small tasks : )
   
   ### Solution
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [ ] I'm willing to submit a PR!


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