Rolling file appender in docker image
Peter Schober
peter.schober at univie.ac.at
Fri Jan 13 12:53:33 UTC 2023
* Mathew, Sunil via users <users at shibboleth.net> [2023-01-13 09:12]:
> I am writing logs to log file in the docker image. The issue is that
> the logback.xml in the docker image has FileAppender instead of
> RollingFileAppender
What "the docker image" are you talking about?
The Shibboleth project does not publish any docker images, AFAIR.
> and so the file is growing in size inside the docker container
It should also be quite evident that log files should not be kept
inside the container. Restarting the container would cause a complete
loss of all logs, for example.
> Is there a reason why the docker image logback.xml is not using
> RollingFileAppender?
Why not ask the people that built this docker image?
Or submit a change request to them?
-peter
More information about the users
mailing list