This is an automated email from the ASF dual-hosted git repository.

pzampino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/knox.git


The following commit(s) were added to refs/heads/master by this push:
     new d18b4f265 KNOX-3063: Added monitorInterval to log4j2 configuration 
file (#934)
d18b4f265 is described below

commit d18b4f265f840c6b7309d8bda805a2a2a9fd1806
Author: hanicz <[email protected]>
AuthorDate: Thu Sep 12 14:59:42 2024 +0200

    KNOX-3063: Added monitorInterval to log4j2 configuration file (#934)
---
 gateway-release/home/conf/gateway-log4j2.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gateway-release/home/conf/gateway-log4j2.xml 
b/gateway-release/home/conf/gateway-log4j2.xml
index 241852189..8c07b8070 100644
--- a/gateway-release/home/conf/gateway-log4j2.xml
+++ b/gateway-release/home/conf/gateway-log4j2.xml
@@ -15,7 +15,7 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<Configuration>
+<Configuration monitorInterval="15">
     <Properties>
         <Property name="app.log.dir">${sys:launcher.dir}/../logs</Property>
         <Property name="app.log.file">${sys:launcher.name}.log</Property>

Reply via email to