TritonDataCenter / sdc-docker

Docker Engine for Triton
Mozilla Public License 2.0
182 stars 49 forks source link

Support enabledLogDrivers comma-separated list with spaces in it #109

Open ynnadrules opened 7 years ago

ynnadrules commented 7 years ago

This takes care of #108.

Allows for config.enabledLogDrivers to have a list like "json-file, none", split(",") it, and not break the way the code validates the driver by trimming the spaces surrounding each item in the array of strings.