Sample Header Ad - 728x90

Combining tail && journalctl

108 votes
7 answers
186709 views
I'm tailing logs of my own app and Postgres. tail -f /tmp/myapp.log /var/log/postgresql/postgresql.main.log I need to include pgpool 's logs. It used to be syslog, but now it is in journalctl. Is there a way to tie tail -f && journalctl -f together?
Asked by bikey (1081 rep)
Oct 7, 2016, 02:25 PM
Last activity: Jan 13, 2025, 02:40 PM