Skip to content

Commit 3ad9932

Browse files
authored
Add db LoggingType
Synology uses it's own logging type called db
1 parent f43f174 commit 3ad9932

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)