Security requirement - shutdown apps on audit failure
I have a security requirement to shut down hosted applications in the event of audit (logging) failure. Since ColdFusion handles logging, I was trying to find out what happens to ColdFusion should logging fail - out of disk space, or I/O error or whatever? Does CF start overwriting older logfiles in the rotation? Does the server crash? Do error messages queue up or just get lost?
I know that CF will usually fail to start if there is a disk space issue at the time of startup, but I'm more concerned with what happens during normal processing. Any info/help appreciated.
