taskwarrior
taskwarrior copied to clipboard
Support `log` configuration in Taskwarrior
It would be great if the various output from log::foo!()
in Rust was visible when running task
, based on some Taskwarrior config.
I think log
has some global configuration that can be configured once at startup. env_logger
does so from an env var, but presumably we could also do so via an FFI call.
Ideally this would just be including taskchampion
in the list of verbose
values.
@akashShanmugraj this might be a good next task to work on!
Yes sure @djmitche! I'll try doing some ground work related to this issue!
Now that I think of it, this would probably best be solved in Taskwarrior, in the glue linking to Taskwarrior.