[otrs-cvs] otrs/Kernel/Config/Files Framework.xml,1.164,1.165

cvs-log at otrs.org cvs-log at otrs.org
Tue Apr 1 10:23:42 GMT 2008


Comments:
Update of /home/cvs/otrs/Kernel/Config/Files
In directory lancelot:/tmp/cvs-serv27480/Kernel/Config/Files

Modified Files:
	Framework.xml 
Log Message:
Added new SysLog backend config for log sock. Defaulte use is 'unix'. On Solaris you may need to use 'stream'.

Author: martin

Index: Framework.xml
===================================================================
RCS file: /home/cvs/otrs/Kernel/Config/Files/Framework.xml,v
retrieving revision 1.164
retrieving revision 1.165
diff -C2 -d -r1.164 -r1.165
*** Framework.xml	28 Mar 2008 11:37:54 -0000	1.164
--- Framework.xml	1 Apr 2008 10:23:37 -0000	1.165
***************
*** 426,429 ****
--- 426,438 ----
          </Setting>
      </ConfigItem>
+     <ConfigItem Name="LogModule::SysLog::LogSock" Required="1" Valid="1">
+         <Description Lang="en">If "SysLog" was selected for LogModule, you can specify a special log sock (on solaris you may need to use 'stream').</Description>
+         <Description Lang="de">Wenn für LogModule der Wert "SysLog" ausgewählt wurde, kann hier ein spezielles Log-Sock angegeben werden (auf solaris muss ggf. 'stream' benutzt werden).</Description>
+         <Group>Framework</Group>
+         <SubGroup>Core::Log</SubGroup>
+         <Setting>
+             <String Regex="">unix</String>
+         </Setting>
+     </ConfigItem>
      <ConfigItem Name="LogModule::SysLog::Charset" Required="1" Valid="1">
          <Description Lang="en">If "SysLog" was selected for LogModule, you can specify the charset that should be used for logging.</Description>


More information about the cvs-log mailing list