From cf7d7454e473c9dce58f443532ae3625df5e9be7 Mon Sep 17 00:00:00 2001 From: Purge yao <36881032+1346735074@users.noreply.github.com> Date: Tue, 23 Jul 2019 13:47:11 +0800 Subject: [PATCH] Add logging.file environment parameter support (#3146) --- apm-sniffer/config/agent.config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apm-sniffer/config/agent.config b/apm-sniffer/config/agent.config index 327d9ef0f..0ea24d656 100644 --- a/apm-sniffer/config/agent.config +++ b/apm-sniffer/config/agent.config @@ -41,5 +41,8 @@ agent.service_name=${SW_AGENT_NAME:Your_ApplicationName} # Backend service addresses. collector.backend_service=${SW_AGENT_COLLECTOR_BACKEND_SERVICES:127.0.0.1:11800} +# Logging file_name +logging.file_name=${SW_LOGGING_FILE_NAME:skywalking-api.log} + # Logging level logging.level=${SW_LOGGING_LEVEL:DEBUG}