This is basically a redraft of the documentation to be more complete and better cover some of the features added since it was written.
321 B
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.