-
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 19 replies
-
|
Hi @pintify, thanks for reporting! This does indeed look weird, we're looking into it. Meanwhile: is there any difference between the devices running out of space and the one which are working? I would probably look at the |
Beta Was this translation helpful? Give feedback.
-
|
After looking into it and talking with more knowledgable members of the Kura team this is our current assessment of the issue:
We're using both a date and an integer in the file pattern. I don't think log4j is happy about it. To fix the issue I think you can either:
The correct way to fix the issue is to setup Let me know if this fixes the issue |
Beta Was this translation helpful? Give feedback.
-
|
Hi there @pintify, we created a fix in #5961 that should address the issue. Let me know if it works for you. You can test it by simply overwriting the |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
In summary, I've successfully achieved a correct log rotation applying:
I've tested the configuration in five different hardware and distributions (all of the Debian based, though) and all of them are working fine now. Other modifications proposed in the discussion did not succeed or they worked only partially. |
Beta Was this translation helpful? Give feedback.
-
|
Hello there @pintify, as promised here you can find our long-term solution for the problem. Switching entirely to log4j should allow us to address previously mentioned issues:
Please note that compressed files changed naming convention. |
Beta Was this translation helpful? Give feedback.










In summary, I've successfully achieved a correct log rotation applying:
su root admto/etc/logrorate-kura.confin those devices based in Ubuntu server/opt/eclipse/kura/log4j/log4j.xmlaccording to #5962 and #5964. (specifically using the configuration on this file.I've tested the configuration in five different hardware and distributions (all of the Debian based, though) and all of them are working fine now. Other modifications proposed in the discussion did not succeed or they worked only partially.