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

Rolling file appender might be problematic on AuFS #89

Open
jaroslaw-osmanski opened this issue Jun 15, 2018 · 2 comments
Open

Rolling file appender might be problematic on AuFS #89

jaroslaw-osmanski opened this issue Jun 15, 2018 · 2 comments

Comments

@jaroslaw-osmanski
Copy link

FYI, the log configuration (https://github.com/deepsense-ai/seahorse/blob/master/seahorse-workflow-executor/commons/src/main/resources/log4j.xml) is creating two appenders. One is the console appender which is what gets redirected in session manager. The other is a rolling file appender that will write to the CWD of the session manager in its Docker container. This might be problematic in that it is an AuFS volume. My recommendation would be to turn off the file appender.

@metasim
Copy link
Contributor

metasim commented Jun 27, 2018

Another way of doing it, so that we don't loose log-based forensics, would be to have logs written to a separate Docker data volume.

@metasim
Copy link
Contributor

metasim commented Jun 27, 2018

Then again, if docker logs are capturing what's needed, then perhaps it's superfluous.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants