GothenburgBitFactory / taskwarrior

Taskwarrior - Command line Task Management
https://taskwarrior.org
MIT License
4.29k stars 285 forks source link

Support `log` configuration in Taskwarrior #3384

Open djmitche opened 8 months ago

djmitche commented 8 months ago

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.

djmitche commented 7 months ago

@akashShanmugraj this might be a good next task to work on!

akashShanmugraj commented 7 months ago

Yes sure @djmitche! I'll try doing some ground work related to this issue!

djmitche commented 5 months ago

Now that I think of it, this would probably best be solved in Taskwarrior, in the glue linking to Taskwarrior.