Add more configuration and explainations. (#3302)
* Add more configuration and explainations.
This commit is contained in:
parent
d3d06a1ed9
commit
6d94411482
|
|
@ -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}
|
||||
Loading…
Reference in New Issue