Have the Ruby logger create log files only if log messages exists
I want Ruby to log into a file, but only if there are acutally log messages. I don’t want to get empty log files without any messages.
I want Ruby to log into a file, but only if there are acutally log messages. I don’t want to get empty log files without any messages.