• Łukasz Nowak's avatar
    kedifa: Implement logging · bda1eda5
    Łukasz Nowak authored
    As Kedifa is long running process, it has to be diagnosed post-mortem.
    Printing out information is not reliable in this case, so switch to log.
    
    Logging gives:
    
     * controllable retention of information
     * more details
     * possibility to run quietly on system which do not catch process output
    
    Reopening the logs after its rotation has been solved with WatchedFileHandler,
    bda1eda5
test.py 47.4 KB