Skip to content
This repository has been archived by the owner on Dec 6, 2022. It is now read-only.

Commit

Permalink
Fix: disable mail-sending trackers by default; upgrade docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gggeek committed Sep 18, 2014
1 parent f2c0628 commit f970a50
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions INSTALL
Expand Up @@ -75,7 +75,7 @@ For performance logging

5. to log db performances with Debug Output disabled, uncomment the
appropriate line in settings/site.ini.append.php and use one of the db
connectors provided by the extension (currently only for eZP 4.4 to 5.1 on mysqli)
connectors provided by the extension (currently only for eZP 4.4 to 5.3 on mysqli)

NB: this works unless you have the same value set in a configuration file
with higher priority, such as settings/override/site.ini.append.php, in
Expand All @@ -85,7 +85,7 @@ For performance logging

6. to log cluster-db performances with Debug Output disabled, uncomment the two
appropriate lines in settings/file.ini.append.php and use one of the cluster db
connectors provided by the extension (currently only for eZP 4.4 to 5.1 on mysqli)
connectors provided by the extension (currently only for eZP 4.4 to 5.3 on mysqli)

This works unless unless you have the same values set in a configuration file
with higher priority, such as settings/override/file.ini.append.php, which is
Expand Down
1 change: 1 addition & 0 deletions doc/todo.txt
Expand Up @@ -9,6 +9,7 @@ perf logging:
. fetch functions to retrieve data when it's in the db
. more KPIs in std logger
. allow module_result/* and content_info/* for ezp >= 5.0
. add mail-sending tracers for all other versions than ezp 4.7
. more logging targets
. allow using snmp traps as target
. yoochoose trackers?
Expand Down
6 changes: 3 additions & 3 deletions settings/binaryfile.ini.append.php
Expand Up @@ -9,9 +9,9 @@
# NB: LOOK FIRST AT THE VALUES YOU HAVE FOR THESE SETTINGS !!! Only activate the tracing version if you are using a
# MetadataExtractor of similar name, eg ezplaintext => ezperfloggerplaintext

MetaDataExtractor[text/plain]=eZPerfLoggerPlaintext
MetaDataExtractor[application/pdf]=eZPerfLoggerPDF
MetaDataExtractor[application/msword]=eZPerfLoggerWord
#MetaDataExtractor[text/plain]=eZPerfLoggerPlaintext
#MetaDataExtractor[application/pdf]=eZPerfLoggerPDF
#MetaDataExtractor[application/msword]=eZPerfLoggerWord

# If you are using eztika, uncomment all of the following:
#MetaDataExtractor[application/msword]=eZPerfLoggerMulti
Expand Down
2 changes: 1 addition & 1 deletion settings/file.ini.append.php
@@ -1,4 +1,4 @@
<?php/*
<?php /*

# WARNING - HERE BE LIONS - WE EAT KITTENS FOR BREAKFAST

Expand Down
2 changes: 1 addition & 1 deletion settings/site.ini.append.php
Expand Up @@ -3,7 +3,7 @@
[TemplateSettings]
ExtensionAutoloadPath[]=ezperformancelogger

# This is the main mechanism used by this extension to trace all performance indicators.
# This is the main mechanism used by this extension to trace all performance indicators (up to eZP 4.7).
# Do not disable this line.
[OutputSettings]
OutputFilterName=eZPerfLogger
Expand Down

0 comments on commit f970a50

Please sign in to comment.