summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-03-01 03:55:10 +0100
committerGitHub <noreply@github.com>2018-03-01 03:55:10 +0100
commitfb85881651195cd97ef1499136e947dd56c3b4f3 (patch)
tree983c8827473da442fe8b685709eaacf496ba9ee8 /README.rst
parent48f08ef18983729dbdcd1af9468fb4ea1ee25fbe (diff)
downloadbugzilla-fb85881651195cd97ef1499136e947dd56c3b4f3.tar.gz
bugzilla-fb85881651195cd97ef1499136e947dd56c3b4f3.tar.xz
Bug 1437646 - add support for Log::Log4perl
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index ef585bacf..a2b23d069 100644
--- a/README.rst
+++ b/README.rst
@@ -342,7 +342,13 @@ USE_NYTPROF
NYTPROF_DIR
Alternative location to store profiles from the above option.
+LOG4PERL_CONFIG_FILE
+ Filename of `Log::Log4perl`_ config file.
+ It defaults to log4perl-syslog.conf.
+ If the file is given as a relative path, it will belative to the /app/conf/ directory.
+
.. _`Devel::NYTProf`: https://metacpan.org/pod/Devel::NYTProf
+.. _`Log::Log4perl`: https://metacpan.org/pod/Log::Log4perl
Persistent Data Volume
----------------------