How to clean the ISPConfig Log list?

Discussion in 'Installation/Configuration' started by vaio1, Jul 8, 2015.

  1. vaio1

    vaio1 ISPConfig Developer ISPConfig Developer

    Hi guys,
    how have I to clean or set as read all the ispconfig log messages?
    thanks
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    try sql:

    update sys_log set loglevel = 0;
     
    vaio1 likes this.
  3. vaio1

    vaio1 ISPConfig Developer ISPConfig Developer

    done thanks!
     

Share This Page