4,461
edits
→Viewing of the log in real time: multitail |
|||
Line 275: | Line 275: | ||
<source lang="bash"> | <source lang="bash"> | ||
$ tail -f /var/log/some.log | $ tail -f /var/log/some.log | ||
</source> | |||
=== Multitail === | |||
For viewing multiple logs at the same time, install <span class="package">multitail</span>. | |||
<source lang="bash"> | |||
$ multitail --mergeall *.log | |||
</source> | </source> | ||