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

File logging: stdout and stderr #105

Merged
merged 1 commit into from
Apr 16, 2024
Merged

Conversation

svenauhagen
Copy link
Contributor

Use the OS stdout and stderr for /dev/stdout and
/dev/stderr.
I case of systemd stdout and stderr might be redirected to a unix socket and the file open fails.
Using the OS stdout and stderr avoids that problem.

Signed-Off-By: Sven Auhagen sven.auhagen@voleatech.de

Use the OS stdout and stderr for /dev/stdout and
/dev/stderr.
I case of systemd stdout and stderr might be redirected
to a unix socket and the file open fails.
Using the OS stdout and stderr avoids that problem.

Signed-Off-By: Sven Auhagen <sven.auhagen@voleatech.de>
@jcchavezs jcchavezs merged commit 63b6a5e into corazawaf:main Apr 16, 2024
4 checks passed
@jcchavezs
Copy link
Member

Thanks a lot!

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

Successfully merging this pull request may close these issues.

2 participants