From 3c732df626047a49e23746773158ffe63aab4fcb Mon Sep 17 00:00:00 2001 From: reshmabidikar Date: Tue, 28 Jan 2025 09:46:20 +0530 Subject: [PATCH] Changes as per review comments --- userguide/aviate/aviate-health.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userguide/aviate/aviate-health.adoc b/userguide/aviate/aviate-health.adoc index 1345e306b..25ed08b0d 100644 --- a/userguide/aviate/aviate-health.adoc +++ b/userguide/aviate/aviate-health.adoc @@ -285,7 +285,7 @@ In order to include the logs in the diagnostic file, the following parameters ne * withLogs=true * logsDir=path of the directory from which to include the log files. If unspecified, this defaults to the value of `com.killbill.billing.plugin.aviate.logsPath` property. If this property is not specified, it defaults to `TOMCAT_HOME/logs` where `TOMCAT_HOME` is determined via the `catalina.base` system property -* logsFilenames=name of the log file that needs to be included. A separate `logsFilenames` parameter needs to be specified corresponding to each log file. If unspecified, this defaults to `catalina.out`. +* logsFilenames=name of the log file that needs to be included. If multiple log files are required, this parameter needs to be included multiple times corresponding to each log file as shown in the examples below. If unspecified, this defaults to `catalina.out`. Depending on the type of KB installation, you can use different `curl` commands to include the KB logs.