Disable PSA in logs
Disable PSA in logs
Is there a way to disable the PSA in the logs? it makes it rather annoying to check something in the logs, and I've already implemented any changes I need.
Re: Disable PSA in logs
Unfortunately, no. You’d have to run your own fork of the amc script to take out that log message. If you’re using Linux, then you could pipe and filter console output to your own custom log file.
Re: Disable PSA in logs
Newer revisions log the PSA message to log level ALL so the message can now disabled by specifying a higher log level:
viewtopic.php?t=13406
Code: Select all
--log FINEST
