Add logging.file environment parameter support (#3146)

This commit is contained in:
Purge yao 2019-07-23 13:47:11 +08:00 committed by 吴晟 Wu Sheng
parent 137b142aab
commit cf7d7454e4
1 changed files with 3 additions and 0 deletions

View File

@ -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}