I think you should use it like this in your method. Checkout section 2.3 here
def your_method
logger.debug "This is from debug"
logger.info "This is from info"
end
I think you should use it like this in your method. Checkout section 2.3 here
def your_method
logger.debug "This is from debug"
logger.info "This is from info"
end