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

Roundcube Apache Container logs not going to stdout and stderr #205

Open
montgomery-auber opened this issue Jan 25, 2023 · 1 comment
Open

Comments

@montgomery-auber
Copy link
Contributor

The logs for apache in the Apache container go to a log dir inside the container instead of going to docker logs. For a couple of years I have been re-building with Dockerfile. I know that it's the same in the 1.6 that we have been working on.

FROM roundcube/roundcubemail:1.4.11-apache
RUN ln -sf /dev/stdout /var/log/apache2/access.log \
	&& ln -sf /dev/stderr /var/log/apache2/error.log
@thomascube
Copy link
Member

I cannot confirm this. At least with the latest build (roundcube/roundcubemail:1.6.0-apache) I can see all access logs in the container console.

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