pub const DEFAULT_LOG_DIR: &str = "/dev/null";
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.
/dev/null