Clearing debug messages in ISPC Log

Discussion in 'ISPConfig 3 Priority Support' started by NeonTigerUK, Mar 16, 2018.

  1. NeonTigerUK

    NeonTigerUK Member

    I had to turn on debugging, for one of the servers, its now off, as I know the problem, and know a hammer to the nut fix for it.

    is there a quick and easy way to remove all the debug and warning notifications in ISPC for that server now they are dealt with - ive got 40 pages of them
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Try this query in dbispconfig database on the master:

    DELETE from sys_log WHERE loglevel = 0;
     

Share This Page