Kaydet (Commit) c1352662 authored tarafından Brian Edwards's avatar Brian Edwards

add gelf and fluentd logging drivers to types.py

üst 3cd66b66
......@@ -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