[packages/otrs] - proper logfile location

paszczus paszczus at pld-linux.org
Fri Feb 8 12:32:08 CET 2013


commit b61e41dab00f31d9c7ef51a138f1802dbf085681
Author: Sławomir Paszkiewicz <paszczus at pld-linux.org>
Date:   Fri Feb 8 12:32:03 2013 +0100

    - proper logfile location

 otrs-paths.patch | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/otrs-paths.patch b/otrs-paths.patch
index 99697f7..6472cce 100644
--- a/otrs-paths.patch
+++ b/otrs-paths.patch
@@ -16,7 +16,7 @@
  
      # param for LogModule Kernel::System::Log::File (required!)
 -    $Self->{'LogModule::LogFile'} = '/tmp/otrs.log';
-+    $Self->{'LogModule::LogFile'} = '/var/log/otrs.log';
++    $Self->{'LogModule::LogFile'} = '/var/log/otrs/otrs.log';
  
      # param if the date (yyyy-mm) should be added as suffix to
      # logfile [0|1]
@@ -45,7 +45,7 @@
          <SubGroup>Core::Log</SubGroup>
          <Setting>
 -            <String Regex="">/tmp/otrs.log</String>
-+		<String Regex="">/usr/share/otrs.log</String>
++		<String Regex="">/var/log/otrs/otrs.log</String>
          </Setting>
      </ConfigItem>
      <ConfigItem Name="LogModule::LogFile::Date" Required="1" Valid="1">
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/otrs.git/commitdiff/b61e41dab00f31d9c7ef51a138f1802dbf085681



More information about the pld-cvs-commit mailing list