hledger-flow icon indicating copy to clipboard operation
hledger-flow copied to clipboard

Add a logger

Open apauley opened this issue 5 years ago • 0 comments

Add a new dependency to the project that can log debugging output to log files.

Change the verbose logging to rather use the logger.

This will probably impact #40 - will we then need multiple levels of verbose output to stderr if we have a logger? Maybe we can add an option to the effect of --log-to-stderr instead of to a file.

Update: RIO has built in logging, consider using this.

apauley avatar May 05 '19 22:05 apauley