cm0002@sh.itjust.works to Programmer Humor@programming.dev · 8 months agoMadness or brilliancefeddit.orgimagemessage-square43linkfedilinkarrow-up1524arrow-down17
arrow-up1517arrow-down1imageMadness or brilliancefeddit.orgcm0002@sh.itjust.works to Programmer Humor@programming.dev · 8 months agomessage-square43linkfedilink
minus-squareSupervisor194@lemmy.worldlinkfedilinkarrow-up8·edit-28 months agoOld school. Also the flip side: sudo tail -f /<path to server>/error.log
minus-squaredarvit@lemmy.darvit.nllinkfedilinkarrow-up2·8 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.