Kaydet (Commit) a6064e35 authored tarafından Joffrey F's avatar Joffrey F

Merge pull request #724 from bedwards/bedwards-fluentd-patch

Update types.py to support fluentd logging driver
......@@ -6,9 +6,11 @@ class LogConfigTypesEnum(object):
'json-file',
'syslog',
'journald',
'gelf',
'fluentd',
'none'
)
JSON, SYSLOG, JOURNALD, NONE = _values
JSON, SYSLOG, JOURNALD, GELF, FLUENTD, NONE = _values
class DictType(dict):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment