You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: