Skip to content

Commit

Permalink
IV-658 Enhance logging on hand runs
Browse files Browse the repository at this point in the history
  • Loading branch information
psschroeter committed Jan 29, 2015
1 parent 9b39fa3 commit 22f1d52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/command_helper.rb
Expand Up @@ -146,7 +146,7 @@ def call(severity, time, program_name, message)
def default_logger(verbose=false)
if verbose
logger = Logger.new(STDOUT)
logger.level = Logger::INFO
logger.level = Logger::DEBUG
logger.formatter = PlainLoggerFormatter.new
else
logger = RightScale::Log
Expand Down

0 comments on commit 22f1d52

Please sign in to comment.