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

Write log to STDOUT so it can be piped to a file. #21

Open
BigDataDaddy opened this issue May 23, 2023 · 0 comments
Open

Write log to STDOUT so it can be piped to a file. #21

BigDataDaddy opened this issue May 23, 2023 · 0 comments

Comments

@BigDataDaddy
Copy link

The program does writes it's log lines directly to the terminal instead of STDOUT. As such the log output is can not be piped to a file as an execution artifact that can be preserved. The logger's hander stream handler only needs be set to sys.stdout to send the log output to STDOUT.

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

No branches or pull requests

1 participant