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
As I can get from README there is no way to get which stream (stdout or stderr) the log entry comes from, at least at API, isn't it?
Also I'm looking at core.LogEntry entity and there is no stream/type/etc field too.
This is an interesting idea. Probably it is possible to tag them somehow as they sent to syslog server, but I'm not sure what the standard way to do it , i.e. how to tell syslog server "this is from errors stream".
As I can get from README there is no way to get which stream (stdout or stderr) the log entry comes from, at least at API, isn't it?
Also I'm looking at
core.LogEntry
entity and there is nostream/type/etc
field too.dkll/app/core/logentry.go
Line 13 in dc66d42
It would be nice to have the possibility to separate logs from stdout and stderr.
The text was updated successfully, but these errors were encountered: