Skip to content

Commit 1cbcd9c

Browse files
authored
Merge pull request #839 from jontro/synology-logtype
Add db LoggingType
2 parents f43f174 + 3ad9932 commit 1cbcd9c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/github/dockerjava/api/model/LogConfig.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ public enum LoggingType {
7979
GELF("gelf"),
8080
FLUENTD("fluentd"),
8181
AWSLOGS("awslogs"),
82+
DB("db"), // Synology specific driver
8283
SPLUNK("splunk");
8384

8485
private String type;

0 commit comments

Comments
 (0)