Menu

Diff of /src/conf/phpcoverage.conf.php [r4] .. [r5]  Maximize  Restore

Switch to unified view

a/src/conf/phpcoverage.conf.php b/src/conf/phpcoverage.conf.php
...
...
9
?>
9
?>
10
<?php
10
<?php
11
    // Set to 'LOG_DEBUG' for maximum log output
11
    // Set to 'LOG_DEBUG' for maximum log output
12
    // Note that the log file size will grow rapidly
12
    // Note that the log file size will grow rapidly
13
    //   with LOG_DEBUG
13
    //   with LOG_DEBUG
14
    $spc_config['log_level']        = 'LOG_NOTICE';
14
    //$spc_config['log_level']        = 'LOG_NOTICE';
15
    $spc_config['log_level']        = 'LOG_DEBUG';
15
16
16
    // file extension to be treated as php files
17
    // file extension to be treated as php files
17
    // comma-separated list, no space
18
    // comma-separated list, no space
18
    $spc_config['extensions']       = array('php', 'tpl', 'inc');
19
    $spc_config['extensions']       = array('php', 'tpl', 'inc');
19
20