This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git
The following commit(s) were added to refs/heads/master by this push:
new 6d94411 Add more configuration and explainations. (#3302)
6d94411 is described below
commit 6d944114826fc4f8c6ad429d6436eb82ca9f98d9
Author: Jared Tan <[email protected]>
AuthorDate: Thu Aug 22 21:20:17 2019 +0800
Add more configuration and explainations. (#3302)
* Add more configuration and explainations.
---
apm-sniffer/config/agent.config | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/apm-sniffer/config/agent.config b/apm-sniffer/config/agent.config
index 0ea24d6..3041be1 100644
--- a/apm-sniffer/config/agent.config
+++ b/apm-sniffer/config/agent.config
@@ -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}
\ No newline at end of file