mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-10 05:39:31 +03:00
988c164ec8
Hledger.Utils.Debug's "trace or log" functions are now controlled as follows: to enable logging, append ",logging" to the program name at startup (using withProgName). This also works when running in GHCI. And they log to PROGNAME.log, not debug.log. All (hopefully) debug logging in the hledger packages is now "trace or log" capable. This means that hledger-ui should now log all debug output to ./hledger-ui.log, with none of it appearing on the console. |
||
---|---|---|
.. | ||
UI | ||
UI.hs |