Disable PSA in logs

Support for Synology NAS, QNAP NAS and other Embedded Linux systems
Post Reply
wizarduss
Posts: 1
Joined: 06 Mar 2023, 08:55

Disable PSA in logs

Post by wizarduss »

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.
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Disable PSA in logs

Post by rednoah »

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.
:idea: Please read the FAQ and How to Request Help.
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Disable PSA in logs

Post by rednoah »

Newer revisions log the PSA message to log level ALL so the message can now disabled by specifying a higher log level:

Code: Select all

--log FINEST
:idea: viewtopic.php?t=13406
:idea: Please read the FAQ and How to Request Help.
Post Reply