Provide a setting to allow logging to standard output of rootless containers #23103
Labels
Enhancement
For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.
triaged
Summary
When configuring logs, we can choose amongst file, screen, syslog, database.
Using file + "php://stdout" or "/dev/stdout" does not allow to push logs to the Standard output.
There are either permissions issues (/dev/stdout) or weird behavior (php://stdout : wrong computed path, and "frozen" behavior when fixing path in code)
Your Environment
Would it be possible to provide a setting so logs could be output to the PHP error_log or to the Standard Output/Error, please ? Otherwise, any other (simple) approach ? For now I solved the issue by manually creating a pipe on filesystem and redirecting its input to stdout with cat.
The text was updated successfully, but these errors were encountered: