Is it possible to just log partial times without turning on all logging with?
config.log_level = :debug
I just want to see partial times as all the others seem under control and don't want to slow down the application to get this logging.
Is it possible to just log partial times without turning on all logging with?
config.log_level = :debug
I just want to see partial times as all the others seem under control and don't want to slow down the application to get this logging.
It's not possible. You can change the log level sometimes, but you can't do it to some controller.