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

How should logging be handled #21

Open
ehelms opened this issue Oct 4, 2024 · 1 comment
Open

How should logging be handled #21

ehelms opened this issue Oct 4, 2024 · 1 comment

Comments

@ehelms
Copy link
Member

ehelms commented Oct 4, 2024

This is to track how we should think about handling logging. The normal Foreman installation uses a variety of journal and independent log files across the various services. The cloud-native model is to log to stdout and let the container tooling incorporate that into the journal or whatever log driver is chosen.

@ekohl
Copy link
Member

ekohl commented Oct 30, 2024

Foreman supports RAILS_LOG_TO_STDOUT to log to stdout and in the shipped Dockerfile this is set. Should we do the same here?

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