# File lib/daemon_kit/initializer.rb, line 357 def log_level=( level ) @log_level = level DaemonKit.logger.level = @log_level if DaemonKit.logger end