MicroView needs persistent logging

Issue #20 resolved
Jeremy Gill repo owner created an issue

MicroView uses python standard logging infrastructure, but no log is persisted to disk making it difficult to capture error state if the application doesn't manage to start up fully.

Comments (2)

  1. Jeremy Gill reporter

    Persistent logging added 2015-02-05. Currently this is implemented using python's default date-based file rolling logger. A few days of logs are captured - the precise number may need to be tweaked later depending on file size etc.

  2. Log in to comment