Skip to main content

How to mute or disable Razor-Agent logging ?

Comments

2 comments

  • cPanelJasonT
    Hello, Razor is a third party application that is installed as a plugin for Spamassassin. The .razor directory looks to be created by Razor, which is a 3rd party application. More information about managing this tool is here: razor-admin(1): Razor Registering Agent - Linux man page Vipul's Razor: home That seems to work with spamassassin and exim. Vipul's Razor
    0
  • Marc Tremblay
    Hi. Thanks for replying. I don't understand what your last link refers to. On that 11 years old thread, I can see a link that leads to a 404 not found page, but other than that I do not understand the correlation with my question :( However, the other links you provided ultimately explained how to solve the issue by pointing to here: razor-agent.conf - search.cpan.org Step 1: Create this file if it's not already there: ~/.razor/razor-agent.conf (it was not there in my case) Step 2: Write this line of text in it and save it: debuglevel = 1 That's it. The file razor-agent.log got recreated a minute after, but at least it's empty. Basically, debuglevel=1 means to log only startup and error messages, which there are about none. The default logging is so verbose that it can actually fill your server after a couple years depending on your email volume. Thx :D
    0

Please sign in to leave a comment.