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

feat: Allow writing logs to stdout #360

Open
3 tasks done
sainak opened this issue Aug 4, 2024 · 1 comment
Open
3 tasks done

feat: Allow writing logs to stdout #360

sainak opened this issue Aug 4, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@sainak
Copy link
Contributor

sainak commented Aug 4, 2024

Feature description

Logs are being stored to a hardcoded path, instead there should be a config option to specify the path for logs including stdout/stderr

Solution

Make log path configurable and accept stdout/stderr as an option

Additional context

No response

Acknowledgements

  • I have searched the existing issues and this is a new and no duplicate or related to another open issue.
  • I have written a short but informative title.
  • I filled out all of the requested information in this issue properly.
@sainak sainak added the enhancement New feature or request label Aug 4, 2024
@rabilrbl
Copy link
Collaborator

rabilrbl commented Aug 6, 2024

@sainak You can get logs to stdout with environment variable / config. Check DEBUG option. But I agree the need to make log files configurable

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

No branches or pull requests

2 participants