i installed the matomo docker image and wanted to see logs. i found the log viewer plugin, installed it, but then only got the error that tmp/logs/matomo.log does not exist. eventually i found that the default in global.ini.php is log_writers[] = screen and once i added a log section with log_writers[] = file in config.ini.php, the plugin started to show logs.
it would be nice if the plugin could check the log writers configuration and show a warning instead that the log writers need to include file (or database? did not try that) for the plugin to work.
i installed the matomo docker image and wanted to see logs. i found the log viewer plugin, installed it, but then only got the error that tmp/logs/matomo.log does not exist. eventually i found that the default in global.ini.php is
log_writers[] = screenand once i added a log section withlog_writers[] = filein config.ini.php, the plugin started to show logs.it would be nice if the plugin could check the log writers configuration and show a warning instead that the log writers need to include
file(or database? did not try that) for the plugin to work.