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

CLI: How to write log into file? #585

Closed
TobiasNx opened this issue Dec 12, 2024 · 3 comments
Closed

CLI: How to write log into file? #585

TobiasNx opened this issue Dec 12, 2024 · 3 comments

Comments

@TobiasNx
Copy link
Contributor

I am not sure how to write the logs into a specific file and if this is possible at all.

@TobiasNx
Copy link
Contributor Author

Found a solution for this: https://stackoverflow.com/a/418899

@blackwinter
Copy link
Member

You can either adjust the logging configuration (log4j.xml), or - as you already figured out - redirect the output into a file (... >flux.log).

BTW: Isn't the chat (or GitHub discussions) a better place for this sort of support request?

@TobiasNx
Copy link
Contributor Author

You can either adjust the logging configuration (log4j.xml), or - as you already figured out - redirect the output into a file (... >flux.log).

BTW: Isn't the chat (or GitHub discussions) a better place for this sort of support request?

I was not sure if this is already a feature. Therefore closing. Thanks!

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

2 participants