add OTLP logging appender factory

This commit is contained in:
Jonathan Klabunde Tomer
2025-09-22 11:09:40 -07:00
committed by GitHub
parent f80e30f9f2
commit 007dde8d45
7 changed files with 145 additions and 13 deletions

View File

@@ -385,6 +385,7 @@ public class WhisperServerService extends Application<WhisperServerConfiguration
dynamicConfigurationManager.start();
MetricsUtil.configureRegistries(config, environment, dynamicConfigurationManager);
MetricsUtil.configureLogging(config, environment);
ExperimentEnrollmentManager experimentEnrollmentManager = new ExperimentEnrollmentManager(dynamicConfigurationManager);