taskwarrior icon indicating copy to clipboard operation
taskwarrior copied to clipboard

Support `log` configuration in Taskwarrior

Open djmitche opened this issue 1 year ago • 3 comments

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 avatar Dec 24 '23 23:12 djmitche

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

djmitche avatar Jan 30 '24 00:01 djmitche

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

akashShanmugraj avatar Feb 02 '24 16:02 akashShanmugraj

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

djmitche avatar Apr 22 '24 01:04 djmitche