02fde64 Adjust the example configuration for logging to a file

1 file Authored by pingou 3 years ago, Committed by pingou 3 years ago,
    Adjust the example configuration for logging to a file
    
    Use a TimedRotatingFileHandler instead of a plain FileHandler
    as the former allows to automatically rotate the file every day at
    a given time, thus avoiding the issue of the ever-growing log file.
    
    Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
    
        
file modified
+9 -4