If set to false (either with set :logging, false or disable :logging), then logging via the logger helper method is disabled - log messages get redirected to the system's null device.
If set to a Lumberjack::Severity level (e.g. set :logging, Lumberjack::Severity::FATAL, or set :logging, 4), then logging is enabled via the logger helper method, which is configured to only display log messages of the specified severity or lower.
:log_file
If set to true (either with set :log_file, true or enable :log_file), then STDOUT and STDERR will be redirected to log files.
If set to false (either with set :log_file, false or disable :log_file), then STDOUT and STDERR will not be redirected to log files.