Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 957bdda

Browse filesBrowse files
petertrrbsideup
andauthored
Add loki driver to LoggingType enum (#1676)
Co-authored-by: Sergei Egorov <bsideup@gmail.com>
1 parent 5847a6d commit 957bdda
Copy full SHA for 957bdda

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Filter options
  • docker-java-api/src/main/java/com/github/dockerjava/api/model
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed

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

Copy file name to clipboardExpand all lines: docker-java-api/src/main/java/com/github/dockerjava/api/model/LogConfig.java
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ public enum LoggingType {
7676
AWSLOGS("awslogs"),
7777
DB("db"), // Synology specific driver
7878
SPLUNK("splunk"),
79-
GCPLOGS("gcplogs");
79+
GCPLOGS("gcplogs"),
80+
LOKI("loki");
8081

8182
private String type;
8283

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.