File tree Expand file tree Collapse file tree 5 files changed +9
-3
lines changed Expand file tree Collapse file tree 5 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -72,8 +72,8 @@ dependencies {
72
72
implementation(platform(libs.otel.instr.bom))
73
73
compileOnly(libs.bundles.otel.agent.extn)
74
74
compileOnly(libs.google.auto.annotations)
75
- annotationProcessor(libs.google.auto.service.apt)
76
75
implementation(libs.otel.samplers)
76
+ annotationProcessor(libs.google.auto.service.apt)
77
77
78
78
testImplementation(platform(libs.junit.bom))
79
79
testImplementation(libs.junit.jupiter)
Original file line number Diff line number Diff line change @@ -55,6 +55,9 @@ fun initProps() {
55
55
System .setProperty(" jdk.includeInExceptions" , " hostInfo" )
56
56
System .setProperty(" LOG_DIR" , logDir)
57
57
58
+ println (" ⚡ ${BuildConfig .description} v${BuildConfig .version} ⚡" )
59
+ println (" Log Dir: $logDir " )
60
+
58
61
// Redirect JUL to SLF4J
59
62
// SLF4JBridgeHandler.removeHandlersForRootLogger()
60
63
// SLF4JBridgeHandler.install()
Original file line number Diff line number Diff line change 49
49
</encoder >
50
50
</appender >
51
51
52
+ <statusListener class =" ch.qos.logback.core.status.NopStatusListener" />
53
+
52
54
<!-- appender name="ASYNC-APP1" class="AsyncAppender">
53
55
<appender-ref ref="APP1"/>
54
56
<neverBlock>true</neverBlock>
79
81
<encoder class =" PatternLayoutEncoder" >
80
82
<pattern >${pattern}</pattern >
81
83
<!-- pattern>${otel-pattern}</pattern-->
82
- <outputPatternAsHeader >true </outputPatternAsHeader >
84
+ <outputPatternAsHeader >false </outputPatternAsHeader >
83
85
</encoder >
84
86
</appender >
85
87
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ plugins {
14
14
dev.suresh.plugin.publishing
15
15
alias(libs.plugins.kotlin.compose.compiler)
16
16
alias(libs.plugins.jetbrains.compose)
17
+ // alias(libs.plugins.jetbrains.compose.hotreload)
17
18
// alias(libs.plugins.detekt)
18
19
}
19
20
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ org-name = "suresh.dev"
20
20
org-url = " https://suresh.dev"
21
21
22
22
# Gradle Dependencies Versions
23
- bc-plugins = " 1.9 .0"
23
+ bc-plugins = " 1.10 .0"
24
24
kotlinx-kover = " 0.9.1"
25
25
kotlinx-bcv = " 0.17.0"
26
26
kotlin-dokka = " 2.0.0"
You can’t perform that action at this time.
0 commit comments