Project

General

Profile

« Previous | Next » 

Revision f4459c11

Added by David Davis about 8 years ago

Refs #3809 - Turning on some rubocop cops

View differences:

app/services/foreman/plugin/logging.rb
end
def add_logger(name, logger_config)
@config[:loggers] = {"#{name}" => logger_config}
@config[:loggers] = {name.to_s => logger_config}
Foreman::Logging.add_logger(namespace(name), logger_config)
end

Also available in: Unified diff