cm0002@sh.itjust.works to Programmer Humor@programming.dev · 3 days agoMadness or brilliancefeddit.orgexternal-linkmessage-square38linkfedilinkarrow-up1449arrow-down16
arrow-up1443arrow-down1external-linkMadness or brilliancefeddit.orgcm0002@sh.itjust.works to Programmer Humor@programming.dev · 3 days agomessage-square38linkfedilink
minus-squareSupervisor194@lemmy.worldlinkfedilinkarrow-up6·edit-22 days agoOld school. Also the flip side: sudo tail -f /<path to server>/error.log
minus-squaredarvit@lemmy.darvit.nllinkfedilinkarrow-up2·14 hours 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.