Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

set log output locations per channel #516

Open
garfieldnate opened this issue Oct 30, 2024 · 1 comment
Open

set log output locations per channel #516

garfieldnate opened this issue Oct 30, 2024 · 1 comment

Comments

@garfieldnate
Copy link
Collaborator

garfieldnate commented Oct 30, 2024

It would be nice to be able to specify that a log channel should be written to a file, or to stdout, stderr, etc.

Current command for writing all logs to a file:

output log log1.csv

It would be nice to be able to say:

output log log1.csv [<channel>, ...] 
@PLatCIC
Copy link

PLatCIC commented Oct 30, 2024

Right now this sort of works:

output log log1.csv

However, it puts the logs and a bunch of other stuff in that file. If I could specify a channel number in that command and only logs to that channel would go to the file, that would be great.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants