cm0002@sh.itjust.works to Programmer Humor@programming.dev · 5 days agoMadness or brilliancefeddit.orgexternal-linkmessage-square42linkfedilinkarrow-up1491arrow-down16
arrow-up1485arrow-down1external-linkMadness or brilliancefeddit.orgcm0002@sh.itjust.works to Programmer Humor@programming.dev · 5 days agomessage-square42linkfedilink
minus-squareSupervisor194@lemmy.worldlinkfedilinkarrow-up7·edit-25 days agoOld school. Also the flip side: sudo tail -f /<path to server>/error.log
minus-squaredarvit@lemmy.darvit.nllinkfedilinkarrow-up2·3 days agoUsing -F with tail is even better than -f because it handles files getting truncated or getting created.
Old school. Also the flip side:
sudo tail -f /<path to server>/error.log
Using -F with tail is even better than -f because it handles files getting truncated or getting created.