nabicht / SimpleTaskQueue

A simple task queue used for coordinating distributed, parallel work.
4 stars 0 forks source link

add ability for runner logging. #70

Closed nabicht closed 6 years ago

nabicht commented 6 years ago

If turned on it should default to a file name that is _YYYYMMDD-HHmmss.log (no need for milliseconds/microseconds here).

Turn on with a command-line option -log

Also have ability to define log file name in command line. -logfile

Also have ability to define log file level in command line -loglevel

nabicht commented 6 years ago

if logfile defines a path that does not exist then throw an error that is intelligible and don't start up.

nabicht commented 6 years ago

limit log level allowed to debug/info/warning. I don't think we need to get more granular than this.