Skip to content

Commit

Permalink
remove the Kanela banner (now showing a banner from Kamon instead) (#148
Browse files Browse the repository at this point in the history
)
  • Loading branch information
ivantopo authored Jan 23, 2023
1 parent 719b79d commit 22784b8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 65 deletions.
2 changes: 0 additions & 2 deletions agent/src/main/java/kanela/agent/Kanela.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
import kanela.agent.circuitbreaker.SystemThroughputCircuitBreaker;
import kanela.agent.reinstrument.Reinstrumenter;
import kanela.agent.util.BootstrapInjector;
import kanela.agent.util.banner.KanelaBanner;
import kanela.agent.util.classloader.InstrumentationClassPath;
import kanela.agent.util.classloader.PreInitializeClasses;
import kanela.agent.util.conf.KanelaConfiguration;
Expand Down Expand Up @@ -68,7 +67,6 @@ public static void start(final String arguments, final Instrumentation instrumen
InstrumentationClassPath.build().use(instrumentationClassLoader -> {
PreInitializeClasses.preInitializeClasses(instrumentationClassLoader);
val configuration = KanelaConfiguration.from(instrumentationClassLoader);
KanelaBanner.show(configuration);
Logger.configureLogger(configuration);

if(configuration.requiresBootstrapInjection())
Expand Down
61 changes: 0 additions & 61 deletions agent/src/main/java/kanela/agent/util/banner/KanelaBanner.java

This file was deleted.

2 changes: 0 additions & 2 deletions agent/src/main/resources/reference.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ kanela {
instrumentation-registry {
enabled = true
}
# Enables the kanela banner at startup.
show-banner = true
# The log verbosity level: TRACE|DEBUG|INFO|WARNING|ERROR|OFF.
log-level = "WARNING"
# Just a place holder to ensure that the key is always available.
Expand Down

0 comments on commit 22784b8

Please sign in to comment.