Add cons to use label for logging

This commit is contained in:
olblak 2017-01-11 10:13:11 +01:00
parent 71bf257a85
commit 0891b8b5c5
1 changed files with 2 additions and 1 deletions

View File

@ -243,6 +243,7 @@ cons:
* Container names must respect a specific format.
* We must changed container name to change log type
* We can't have several type of logs within an application
.3) We define logs's type based on container's label.
We define a label 'log_type' with default value set to 'stream'.
@ -256,7 +257,7 @@ pros:
* Easy to handle from fluentd configuration.
cons:
* ?
* We can't have several type of logs within an application
A prototype of this architecture can be found in Olivier Vernin's