How to prevent Admin > taillog.php from stopping auto refresh at midnight?

Hello,

The pihole.log file (live) update page is very useful, though it stops refreshing at midnight. How can this be prevented (i.e. keep updating automatically regardless of time)? Please advise, and thank you.

Best,

rehmke

There is a log rotation that happens at midnight each night, and this is stopping the live tail. Wait a minute and restart the tail, and you will be good for the next (almost) 24 hours.

ls -lha /var/log/pihole/pihole.log*
-rw-r----- 1 pihole pihole 1.6M Sep 17 13:06 /var/log/pihole/pihole.log
-rw-r----- 1 pihole pihole 3.0M Sep 17 00:00 /var/log/pihole/pihole.log.1
-rw-r----- 1 pihole pihole 292K Sep 16 00:00 /var/log/pihole/pihole.log.2.gz
-rw-r----- 1 pihole pihole 253K Sep 15 00:00 /var/log/pihole/pihole.log.3.gz
-rw-r----- 1 pihole pihole 155K Sep 14 00:00 /var/log/pihole/pihole.log.4.gz
-rw-r----- 1 pihole pihole 101K Sep 13 00:00 /var/log/pihole/pihole.log.5.gz

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.