Changeset 687 for branches/1.1dev/config


Ignore:
Timestamp:
May 29, 2019 12:56:07 AM (5 years ago)
Author:
anonymous
Message:

Add ignore_repeated_events to logMsg

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.1dev/config/defaults.inc.php

    r633 r687  
    5858// General error log for the applications.
    5959setDefault($CFG->log_filename, 'app_error_log');
     60
     61// Should we avoid logging repeated logMsg() events? You might want to set this false if you need to see more accurate logging, particularly for long-running scripts.
     62setDefault($CFG->log_ignore_repeated_events, true);
    6063
    6164/******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.