An open source Valkey client library that supports Valkey and Redis open source 6.2, 7.0 and 7.2. Valkey GLIDE is designed for reliability, optimized performance, and high-availability, for Valkey and Redis OSS based applications. GLIDE is a multi language client library, written in Rust with programming language bindings, such as Java and Python
Apache License 2.0
265
stars
54
forks
source link
[Task] Allow user to pass `GLIDE_LOG` environment variable for choosing a different logging directory #2704
With the current code, log files are written into the current process working directory. This can be problematic for daemons and other type of processes that their working directory is read-only (e.g usually daemon process set their CD to /)
Suggestion: allow user to set an alternate path to the log directory
Description
With the current code, log files are written into the current process working directory. This can be problematic for daemons and other type of processes that their working directory is read-only (e.g usually daemon process set their CD to
/
)Suggestion: allow user to set an alternate path to the log directory