cm0002@sh.itjust.works to Programmer Humor@programming.dev · 16 days agoMadness or brilliancefeddit.orgimagemessage-square44fedilinkarrow-up1510
arrow-up1510imageMadness or brilliancefeddit.orgcm0002@sh.itjust.works to Programmer Humor@programming.dev · 16 days agomessage-square44fedilink
minus-squareSupervisor194@lemmy.worldlinkfedilinkarrow-up8·edit-215 days agoOld school. Also the flip side: sudo tail -f /<path to server>/error.log
minus-squaredarvit@lemmy.darvit.nllinkfedilinkarrow-up2·13 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.