empty log lines in container logs #4276
-
Hi there, I have just configured a new ejabberd server in docker/kubernetes and I have noticed that we are getting an empty log line for every log line that the container is outputting.
We are using the latest version: Has anyone come across this before? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
It's a known weirdness. In some cases the log line only contains time, not date, and the log line contains an additional return carriage. I've tried again: logging looks correct when:
Logging looks weird when:
[1]
[2]
|
Beta Was this translation helpful? Give feedback.
-
I suspect the problem was introduced in 24.07, probably in 7a8c033 and/or aa02c4d. The container images built from 24.02, and from We will know for sure if the problem is definitely solved when the next version is released. |
Beta Was this translation helpful? Give feedback.
-
Tested ejabberd 24.10 and I can confirm that the empty log lines are fixed now. Thanks @badlop! |
Beta Was this translation helpful? Give feedback.
I suspect the problem was introduced in 24.07, probably in 7a8c033 and/or aa02c4d.
The container images built from 24.02, and from
master
branch no longer have this problem, probably it got solved inb07e28b and/or e99fe98.
We will know for sure if the problem is definitely solved when the next version is released.