aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorepbugaev <epbugaev@yandex-team.com>2023-04-13 20:38:15 +0300
committerepbugaev <epbugaev@yandex-team.com>2023-04-13 20:38:15 +0300
commit1afad36979118bf5e9c8826f40cd3949357172d4 (patch)
treef83b77e7a29862312561c93e8dec5c9b25b7d97a
parent8128526611504a044400ad266a2cccb2f289fdac (diff)
downloadydb-1afad36979118bf5e9c8826f40cd3949357172d4.tar.gz
Fix Unified Agent connections closure
Cleanup loggers
-rw-r--r--ydb/library/yql/utils/log/log.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ydb/library/yql/utils/log/log.h b/ydb/library/yql/utils/log/log.h
index c6c19684f45..98fbfec9c47 100644
--- a/ydb/library/yql/utils/log/log.h
+++ b/ydb/library/yql/utils/log/log.h
@@ -163,6 +163,7 @@ void InitLogger(const NProto::TLoggingConfig& loggingConfig, bool startAsDaemon
/**
* @brief Add unified agent backends described in config to existing logger.
+ * Logger must be cleaned up before terminating program to close UA connections.
*/
void AddUnifiedAgentLogger(const NProto::TLoggingConfig& config);