apache / kvrocks

Apache Kvrocks is a distributed key value NoSQL database that uses RocksDB as storage engine and is compatible with Redis protocol.
https://kvrocks.apache.org/
Apache License 2.0
3.55k stars 466 forks source link

Is it possible to send log output to system out instead of file? #478

Closed git-hulk closed 2 years ago

git-hulk commented 2 years ago

Discussed in https://github.com/KvrocksLabs/kvrocks/discussions/477

Originally posted by **djotanov** February 10, 2022 Is it possible to send kvrocks logging output to system out instead of file? This is needed in docker environment.
git-hulk commented 2 years ago

https://github.com/google/glog/pull/790 has supported logging to stdout, but need to wait for release.