Add more configuration and explainations. (#3302)

* Add more configuration and explainations.
This commit is contained in:
Jared Tan 2019-08-22 21:20:17 +08:00 committed by 吴晟 Wu Sheng
parent d3d06a1ed9
commit 6d94411482
1 changed files with 9 additions and 0 deletions

View File

@ -46,3 +46,12 @@ logging.file_name=${SW_LOGGING_FILE_NAME:skywalking-api.log}
# Logging level
logging.level=${SW_LOGGING_LEVEL:DEBUG}
# Logging dir
# logging.dir=${SW_LOGGING_DIR:""}
# Logging max_file_size, default: 300 * 1024 * 1024 = 314572800
# logging.max_file_size=${SW_LOGGING_MAX_FILE_SIZE:314572800}
# mysql plugin configuration
# plugin.mysql.trace_sql_parameters=${SW_MYSQL_TRACE_SQL_PARAMETERS:false}