Skip to content

Commit 20994a0

Browse files
authored
Add db LoggingType hack for synology
1 parent b465546 commit 20994a0

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
@@ -78,6 +78,7 @@ public enum LoggingType {
7878
JOURNALD("journald"),
7979
GELF("gelf"),
8080
FLUENTD("fluentd"),
81+
DB("db"), // Hack for synology
8182
AWSLOGS("awslogs"),
8283
SPLUNK("splunk");
8384

0 commit comments

Comments
 (0)