log2ram icon indicating copy to clipboard operation
log2ram copied to clipboard

ramlog like for systemd (Put log into a ram folder)

Results 44 log2ram issues
Sort by recently updated
recently updated
newest added

Hi there, I'm a big fan of log2ram and use it everywhere. However, I've encountered some very annoying problems with journald in conjunction with log2ram. ### The Problem I've noticed...

I use log2ram on different Raspberry Pi's. The feature I miss, is a support for Telegram instead of E-Mail for the error system message if there is not enough place...

enhancement

On my system log2ram needs about 4GB to run properly. Otherwise I the service doesn't start. I have several programs running that are logging every x seconds. Is it possible...

`log2ram` is supposed to be useful for e.g. protecting the SD card of Raspberry Pis from wearing out. Usually the log is constantly synced to SD card, causing **write amplification**....

Hi, I'm trying to seduce writes on SD, while I would keep system logging what is happening for debug. There are some useless files full of zeros which are useless...

How to store Docker logs in log2ram disk?

rsync will delete any files from `$HDD_LOG` that are no longer found in `$RAM_LOG`: ```sh rsync -aXv --inplace --no-whole-file --delete-after "$RAM_LOG"/ "$HDD_LOG"/ 2>&1 | tee -a "$LOG2RAM_LOG" ``` While cp...

When booting the following error appears. under Raspian uname -a Linux p1mon 5.4.72-v7+ #1356 SMP Thu Oct 22 13:56:54 BST 2020 armv7l GNU/Linux [ 68.459184] systemd[1]: log2ram.service: Start operation timed...

beside /var/log, I also have one other folder that is managed by log2ram. I need a little bit more space for this folder... so I set size to 512M.... but...

running `# df -h` `log2ram 40M 40M 0 100% /var/log` It means that area in the RAM allocated for logs is at 100% capacity, shouldn't it be flushed to the...