Skip to content

Commit 35ad7d9

Browse files
authored
Add local enum value to LoggingType. (#1307)
Fixes #1306 Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
1 parent 7920652 commit 35ad7d9

File tree

1 file changed

+1
-0
lines changed
  • docker-java-api/src/main/java/com/github/dockerjava/api/model

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ public LogConfig setConfig(Map<String, String> config) {
6262
public enum LoggingType {
6363
NONE("none"),
6464
DEFAULT("json-file"),
65+
LOCAL("local"),
6566
ETWLOGS("etwlogs"),
6667
JSON_FILE("json-file"),
6768
SYSLOG("syslog"),

0 commit comments

Comments
 (0)