You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.