Actions
action #25252
closed[osd][tools] openqa logrotate archive logs only cover some hours because of excessive debugging output reg. worker registration/scheduling/websockets
Start date:
2017-09-13
Due date:
% Done:
0%
Estimated time:
Difficulty:
Description
ls -l /var/log/openqa-*
-rw-r--r-- 1 geekotest root 1146551 Sep 13 07:15 /var/log/openqa-2017091307.gz
-rw-r--r-- 1 geekotest root 1262903 Sep 13 08:15 /var/log/openqa-2017091308.gz
-rw-r--r-- 1 geekotest root 1244480 Sep 13 09:15 /var/log/openqa-2017091309.gz
-rw-r--r-- 1 geekotest root 2740659 Sep 13 10:15 /var/log/openqa-2017091310.gz
-rw-r--r-- 1 geekotest root 8641292 Sep 13 11:15 /var/log/openqa-2017091311.gz
-rw-r--r-- 1 geekotest root 8030418 Sep 13 12:15 /var/log/openqa-2017091312.gz
-rw-r--r-- 1 geekotest root 8274816 Sep 13 13:15 /var/log/openqa-2017091313.gz
-rw-r--r-- 1 geekotest root 15803709 Sep 13 14:15 /var/log/openqa-2017091314.gz
-rw-r--r-- 1 geekotest root 17292840 Sep 13 15:15 /var/log/openqa-2017091315.gz
-rw-r--r-- 1 geekotest root 7501215 Sep 13 16:15 /var/log/openqa-2017091316.gz
so it seems the logrotate is "working" but we only cover some hours which I consider not enough in case we want to investigate some issues. I suggest to
- trim down on the debugging output -> @EDiGiacinto
- save a bit more by bumping the limit of the file and keeping more than 10 files, we should have the space for more than 40MB here
Updated by EDiGiacinto over 7 years ago
- Priority changed from High to Normal
I really do not think it's a good idea to reduce debugging output. It's very handy when comes to debugging, having complete informations. instead, it would be better to increment the logrotate span.
Updated by szarate over 7 years ago
- Related to action #25294: [tools] Changes to --verbose flag and logging levels on the worker added
Updated by szarate over 7 years ago
- Assignee deleted (
EDiGiacinto)
This will be handled by:
Both of these add improvements to the logging levels.
Updated by okurz over 5 years ago
- Status changed from New to Rejected
- Assignee set to okurz
not a problem anymore, seems solved.
Actions