Logging can be configured for each application made in
/application/config.php
This parameter has the value $config['log_path'] .
If you want to disable logging, set the threshold to 0:
$config['log_threshold'] = 0;
But I'm a little surprised if you have three applications, why they are in the same journal folder. Each application must have its own log folder.
hakre
source share