DEFAULT_LOG_DIR

Constant 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.