atsign-foundation/at_tools

Create a StdErrLoggingHandler and make it an option for AtSignLogger to use it instead of current ConsoleLoggingHandler

Closed this issue · 3 comments

gkc commented

Is your feature request related to a problem? Please describe.

Currently, in command-line programs like at_talk, register_cli, onboarding_cli etc, we can't choose to direct all AtSignLogger output to stderr, which prevents us from doing some normal Unix-y things with program outputs

Describe the solution you'd like

Create a StdErrLoggingHandler and make it an option for AtSignLogger to use it instead of current ConsoleLoggingHandler. It needs to be optional, with the default continuing to be to use ConsoleLoggingHandler.

Describe alternatives you've considered

No response

Additional context

No response

gkc commented

No progress in PR53 due to other priorities

The changes are completed and pushed to the following branch: StdErr_Impl

The branch is open for testing to hear suggestions before raising a PR to merge the changes.

Spent 3SP in PR-54

The changes are published in at_utils v3.0.13