From c414b3fad266c75ee2c04770e186b9ecd7495701 Mon Sep 17 00:00:00 2001
From: jrandom <jrandom>
Date: Thu, 2 Sep 2004 05:22:12 +0000
Subject: [PATCH] if the wrapper will write a wrapper.log in the current
 directory anyway, might as well use it there.

---
 installer/resources/wrapper.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/installer/resources/wrapper.conf b/installer/resources/wrapper.conf
index bdf15a014a..a724b8f47b 100644
--- a/installer/resources/wrapper.conf
+++ b/installer/resources/wrapper.conf
@@ -59,7 +59,7 @@ wrapper.console.format=PM
 wrapper.console.loglevel=INFO
 
 # Log file to use for wrapper output logging.
-wrapper.logfile=logs/wrapper.log
+wrapper.logfile=wrapper.log
 
 # Format of output for the log file.  (See docs for formats)
 wrapper.logfile.format=LPTM
-- 
GitLab