Add logging.file environment parameter support (#3146)
This commit is contained in:
parent
137b142aab
commit
cf7d7454e4
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in New Issue