beep on log message
Aug. 8th, 2020 10:34 amYou know what would be awesome right now as I test this bit of php code? Would be if Apache would pipe things to be logged to a script of my choosing rather than writing straight to a .log file. Or, you know, do a tee, so it goes both the the .log file and my script. Right now I want to know right away when something pops up in the log, without having to command-tab to Console after each action. A shell script that just contains:
say "danger, will robinson"
would be just dandy right now.
I'm sure there's a way to do this, but my Unix-fu is not strong today.
say "danger, will robinson"
would be just dandy right now.
I'm sure there's a way to do this, but my Unix-fu is not strong today.