File tree 3 files changed +6
-0
lines changed
src/main/java/com/google/cloud/logging/logback
3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -6,3 +6,5 @@ branches:
6
6
handleGHRelease : true
7
7
releaseType : java-yoshi
8
8
branch : java7
9
+ extraFiles :
10
+ - src/main/java/com/google/cloud/logging/logback/LoggingAppender.java
Original file line number Diff line number Diff line change 24
24
'.github/blunderbuss.yml' ,
25
25
'CONTRIBUTING.md' ,
26
26
'.github/auto-label.yaml' ,
27
+ ".github/release-please.yml" ,
27
28
])
28
29
29
30
# --------------------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -104,6 +104,9 @@ public class LoggingAppender extends UnsynchronizedAppenderBase<ILoggingEvent> {
104
104
private static final List <LoggingEventEnhancer > DEFAULT_LOGGING_EVENT_ENHANCERS =
105
105
ImmutableList .<LoggingEventEnhancer >of (new MDCEventEnhancer ());
106
106
public static final String JAVA_LOGBACK_LIBRARY_NAME = "java-logback" ;
107
+ // {x-version-update:google-cloud-logging-logback:current}
108
+ public static final String DEFAULT_INSTRUMENTATION_VERSION = "1.0.0" ;
109
+ // {x-version-update-end}
107
110
private static boolean instrumentationAdded = false ;
108
111
private static Object instrumentationLock = new Object ();
109
112
You can’t perform that action at this time.
0 commit comments