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 realize that maybe this a no-fix - but today many setups of Matomo is running in Kubernetes or Docker, and logs in many setups goes to stdout, is there any simple way to use this plugin in that context?
The text was updated successfully, but these errors were encountered:
@mikkeschiren is this is a general matomo question or specific to DeviceDetectorCache? I don't see any output logging (apart from cli command output) in this plugin.
If for all of matomo, then it's possible to add logging to stdout via dependency injection. Adding something like this to /path/to/matom/config/config.php could work:
As I understand this plugin, it is using logs to warm the cache, and because of logs going to stdout in a normal docker setup, it is not usable, I think, in a docker environment.
The plugin indeed only works on log files. The docker would somehow need to be configured to write log files for every tracking request and Matomo needs to be able to have read access. It won't work otherwise unfortunately.
I realize that maybe this a no-fix - but today many setups of Matomo is running in Kubernetes or Docker, and logs in many setups goes to stdout, is there any simple way to use this plugin in that context?
The text was updated successfully, but these errors were encountered: