Files
fn-serverless/api/agent
Tolga Ceylan ad011fde7f fn: introducing docker-syslog driver as default logger (#1189)
* fn: introducing docker-syslog driver as default logger

With this change, fn-agent prefers RFC2454 docker-syslog driver
for logging stdout/stderr from containers. The advantage
of this is to offload it to docker itself instead of
streaming stderr along with stdout, which gets multiplexed
through single connection via docker-API.

The change will need support from FDKs in order to log
correct call-id and supress '\n' that splits syslog lines.
2018-08-29 13:08:02 -07:00
..
2018-07-05 12:56:07 -05:00
2018-06-21 11:09:16 -07:00
2018-07-05 12:56:07 -05:00
2018-07-05 12:56:07 -05:00
2018-03-28 10:16:40 -07:00
2018-03-26 11:19:36 -07:00
2018-08-03 19:07:28 +01:00