Constant libpt_log::DEFAULT_LOG_DIR
source ยท pub const DEFAULT_LOG_DIR: &str = "/dev/null";Expand description
The path where logs are stored when no path is given.
Currently, this is /dev/null, meaning they will be written to the void = discarded.