cm0002@sh.itjust.works to Programmer Humor@programming.dev · 2 months agoMadness or brilliancefeddit.orgexternal-linkmessage-square44linkfedilinkarrow-up1500arrow-down17
arrow-up1493arrow-down1external-linkMadness or brilliancefeddit.orgcm0002@sh.itjust.works to Programmer Humor@programming.dev · 2 months agomessage-square44linkfedilink
minus-squareSupervisor194@lemmy.worldlinkfedilinkarrow-up7·2 months agoOld school. Also the flip side: sudo tail -f /<path to server>/error.log
minus-squaredarvit@lemmy.darvit.nllinkfedilinkarrow-up2·2 months 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.logUsing -F with tail is even better than -f because it handles files getting truncated or getting created.