Files
taskwarrior-2.x/docs/src/debugging.md
Dustin J. Mitchell 8b4f345387 Update documentation for reports, new CLI
This is basically a redraft of the documentation to be more complete and
better cover some of the features added since it was written.
2021-01-01 21:18:49 +00:00

321 B

Debugging

Both task and taskchampion-sync-server use env-logger and can be configured to log at various levels with the RUST_LOG environment variable. For example:

$ RUST_LOG=taskchampion=trace task add foo

The output may provide valuable clues in debugging problems.