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 want to scrape logs from roadrunner app with grafana/promtail.
For this reason I use roadrunner-bridge/app-logger to send all logs in RR and display it in console.
In Spiral Framework we have channels in logger for information filtering.
At the moment we don't have the ability to specify a channel when sending logs to roadrunner.
All logs from "app" displays with {"logger":"app"}
It would be very useful to specify a channel for logs sent to RR
Plugin
Logger
I have an idea!
I want to scrape logs from roadrunner app with grafana/promtail.
For this reason I use roadrunner-bridge/app-logger to send all logs in RR and display it in console.
In Spiral Framework we have channels in logger for information filtering.
At the moment we don't have the ability to specify a channel when sending logs to roadrunner.
All logs from "app" displays with
{"logger":"app"}
It would be very useful to specify a channel for logs sent to RR
Log
With prefix
app-
there is no be conflict if user send channel name like "http", "server", etc...The text was updated successfully, but these errors were encountered: