From 7e9e8dba2ff487399a6b89d300c5ac38381a9be6 Mon Sep 17 00:00:00 2001 From: Antony Polukhin Date: Wed, 18 Feb 2026 12:46:28 +0300 Subject: [PATCH] Remove configuration of removed Tracer component --- configs/config.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/configs/config.yaml b/configs/config.yaml index 984b27e..cfd90cd 100644 --- a/configs/config.yaml +++ b/configs/config.yaml @@ -28,9 +28,6 @@ components_manager: level: $logger-level overflow_behavior: discard # Drop logs if the system is too busy to write them down. - tracer: # Component that helps to trace execution times and requests in logs. - service-name: realmedium # "You know. You all know exactly who I am. Say my name. " (c) - # Dynamic config options. Cache is disabled, updates are disabled. dynamic-config: # For most of userver dynamic configs, defaults are used, some are overridden here.