-
|
Describe the bug Tip Vote this issue reacting with 👍 or 👎 |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
|
Since 1.0.23 activemq-artemis-broker-kubernetes-image only prints the log to the console, see https://github.com/arkmq-org/activemq-artemis-broker-kubernetes-image/blob/main/modules/activemq-artemis-launch/added/log4j2.properties. |
Beta Was this translation helpful? Give feedback.
-
|
I captured the terminal output to a file to check the size of the first log -f run. I did some testing and it looks like the log is wrapping? The size of the log is not consistent either. Would this behavior be controlled in Kubernetes? What I did to test.
Examine log output saved to files for incrementing time stamps. Time stamps increase through progression of captured log files. |
Beta Was this translation helpful? Give feedback.
-
|
It seems you are hitting the default kubelet log-rotation configuration settings, containerLogMaxSize (default 10Mi) and containerLogMaxFiles (default 5), for further details see https://kubernetes.io/docs/concepts/cluster-administration/logging/#log-rotation |
Beta Was this translation helpful? Give feedback.
It seems you are hitting the default kubelet log-rotation configuration settings, containerLogMaxSize (default 10Mi) and containerLogMaxFiles (default 5), for further details see https://kubernetes.io/docs/concepts/cluster-administration/logging/#log-rotation