Allow sending logs to stdout by using STDOUT_LOG env var (#334)

* Allow sending logs to stdout by using STDOUT_LOG env var

* Increase stats buffer size
This commit is contained in:
Jose Fernández
2023-02-28 22:10:40 +01:00
committed by GitHub
parent eb8cfdb1f1
commit 9241df18e2
3 changed files with 84 additions and 2 deletions

View File

@@ -2,6 +2,7 @@ pub mod config;
pub mod constants;
pub mod errors;
pub mod messages;
pub mod multi_logger;
pub mod pool;
pub mod scram;
pub mod server;