Carlos E. R. writes:
On 2016-03-03 11:55, Per Jessen wrote:
Carlos E. R. wrote:
No, no. I want the log in syslog, where I know where to filter appropriately and rotate when needed. What I do not want them is in systemd journal wasting space and resources.
Ah okay - well, the systemd journal is the gateway to the syslog daemon. I think we're back to removing /var/log/journal - there may be something in /etc/systemd/journal.conf too, but I remove /var/log/journal. Just another item on the checklist.
Wait. I don't have "/var/log/journal/", that's the permanent journal. There is another journal for the current session only, which in theory goes to memory, but mine is big:
Telcontar:~ # journalctl --disk-usage Journals take up 304.9M on disk. Telcontar:~ # uptime 12:01pm up 6 days 3:06, 42 users, load average: 0.27, 0.45, 0.38 Telcontar:~
my usage: ╰─ $ time journalctl --no-pager | grep "fetchnews\|postfix\|fetchmail" | wc -l 89862 real 1m18.993s user 0m42.040s sys 0m39.092s ╰─ $ journalctl --disk-usage Journals take up 1016.0M on disk. ╰─ $ uptime 14:36pm up 1 day 13:08, 13 users, load average: 1.10, 1.19, 1.14 -- Geek, Rubyist, Emacser 程序员中的牛逼运维, 运维中的牛逼程序员。 -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org