[otrs-cvs] CVS: otrs/Kernel/Config/Files Framework.xml,1.118,1.119

cvs-log at otrs.org cvs-log at otrs.org
Thu Oct 5 04:19:17 CEST 2006


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

Modified Files:
	Framework.xml 
Log Message:
improved performance log feature

Index: Framework.xml
===================================================================
RCS file: /home/cvs/otrs/Kernel/Config/Files/Framework.xml,v
retrieving revision 1.118
retrieving revision 1.119
diff -C2 -r1.118 -r1.119
*** Framework.xml	8 Sep 2006 16:02:35 -0000	1.118
--- Framework.xml	5 Oct 2006 01:19:15 -0000	1.119
***************
*** 2879,2884 ****
      </ConfigItem>
      <ConfigItem Name="PerformanceLog" Required="0" Valid="1">
!         <Description Lang="en">Enable PerformanceLog to log the page response time. Take care, this will take system performance.</Description>
!         <Description Lang="de">PerformanceLog aktivieren um Seiten-Antwortzeiten zu protokollieren. Achtung, dies benoetigt System-Resourcen.</Description>
          <Group>Framework</Group>
          <SubGroup>Core::PerformanceLog</SubGroup>
--- 2879,2884 ----
      </ConfigItem>
      <ConfigItem Name="PerformanceLog" Required="0" Valid="1">
!         <Description Lang="en">Enable PerformanceLog to log the page response time. Take care, this will take system performance (you also need to enable Frontend::Module###AdminPerformanceLog!).</Description>
!         <Description Lang="de">PerformanceLog aktivieren um Seiten-Antwortzeiten zu protokollieren. Achtung, dies benoetigt System-Resourcen (es muss auch Frontend::Module###AdminPerformanceLog aktiviert werden!).</Description>
          <Group>Framework</Group>
          <SubGroup>Core::PerformanceLog</SubGroup>
***************
*** 2890,2896 ****
          </Setting>
      </ConfigItem>
!     <ConfigItem Name="PerformanceLog::File" Required="0" Valid="1">
!         <Description Lang="en"></Description>
!         <Description Lang="de"></Description>
          <Group>Framework</Group>
          <SubGroup>Core::PerformanceLog</SubGroup>
--- 2890,2896 ----
          </Setting>
      </ConfigItem>
!     <ConfigItem Name="PerformanceLog::File" Required="1" Valid="1">
!         <Description Lang="en">Logfile of PerformanceLog.</Description>
!         <Description Lang="de">Logdatei des PerformanceLog.</Description>
          <Group>Framework</Group>
          <SubGroup>Core::PerformanceLog</SubGroup>
***************
*** 2899,2902 ****
--- 2899,2911 ----
          </Setting>
      </ConfigItem>
+     <ConfigItem Name="PerformanceLog::FileMax" Required="1" Valid="1">
+         <Description Lang="en">Max. size in MB of log file.</Description>
+         <Description Lang="de">Maximale groesse in MB der Logdatei.</Description>
+         <Group>Framework</Group>
+         <SubGroup>Core::PerformanceLog</SubGroup>
+         <Setting>
+             <String Regex="">15</String>
+         </Setting>
+     </ConfigItem>
      <ConfigItem Name="PreferencesTable" Required="1" Valid="1">
          <Description Lang="en">The name of the table, where the customer preferences are stored.</Description>
***************
*** 3777,3780 ****
--- 3786,3790 ----
                  <Description>Admin</Description>
                  <Title>Init</Title>
+                 <NavBarName></NavBarName>
              </FrontendModuleReg>
          </Setting>
***************
*** 4073,4077 ****
          </Setting>
       </ConfigItem>
!      <ConfigItem Name="Frontend::Module###AdminPerformanceLog" Required="0" Valid="1">
          <Description Lang="en">Frontend module registration for the AdminPerformanceLog object in the admin area.</Description>
          <Description Lang="de">Frontendmodul-Registration des AdminPerformanceLog-Objekts im Admin-Bereich.</Description>
--- 4083,4087 ----
          </Setting>
       </ConfigItem>
!      <ConfigItem Name="Frontend::Module###AdminPerformanceLog" Required="0" Valid="0">
          <Description Lang="en">Frontend module registration for the AdminPerformanceLog object in the admin area.</Description>
          <Description Lang="de">Frontendmodul-Registration des AdminPerformanceLog-Objekts im Admin-Bereich.</Description>
***************
*** 4093,4097 ****
          </Setting>
      </ConfigItem>
!      <ConfigItem Name="Frontend::Module###AdminLog" Required="0" Valid="1">
          <Description Lang="en">Frontend module registration for the AdminLog object in the admin area.</Description>
          <Description Lang="de">Frontendmodul-Registration des AdminLog-Objekts im Admin-Bereich.</Description>
--- 4103,4107 ----
          </Setting>
      </ConfigItem>
!     <ConfigItem Name="Frontend::Module###AdminLog" Required="0" Valid="1">
          <Description Lang="en">Frontend module registration for the AdminLog object in the admin area.</Description>
          <Description Lang="de">Frontendmodul-Registration des AdminLog-Objekts im Admin-Bereich.</Description>



More information about the cvs-log mailing list