From ae0f27aa55ca24b390cd534f02f229a27a3f4922 Mon Sep 17 00:00:00 2001 From: Emir Suleimanov Date: Mon, 27 Jan 2025 14:00:01 +0300 Subject: [PATCH] SUPPORT-8884: add time process the requests for access.log --- config/tomcat/etc/tomcat/server.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/tomcat/etc/tomcat/server.xml b/config/tomcat/etc/tomcat/server.xml index ec52cfa..af21aff 100644 --- a/config/tomcat/etc/tomcat/server.xml +++ b/config/tomcat/etc/tomcat/server.xml @@ -162,8 +162,8 @@ Documentation at: /docs/config/valve.html Note: The pattern used is equivalent to using pattern="common" --> + prefix="localhost_access_log" suffix=".log" + pattern="%h %l %u %t "%r" %s %b %D" />