[
https://issues.apache.org/jira/browse/VCL-713?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14191775#comment-14191775
]
ASF subversion and git services commented on VCL-713:
-----------------------------------------------------
Commit 1635761 from [~jfthomps] in branch 'vcl/trunk'
[ https://svn.apache.org/r1635761 ]
VCL-713 - Add ability to turn off certain types of logging in the database
utils.php:
-modified doQuery: do not log queries to querylog table if QUERYLOGGING is
defined and is set to 0
-modified xmlRPChandler: do not log XMLRPC calls to xmlrpcLog table if
XMLRPCLOGGING is defined and is set to 0
conf-default.php:
-added QUERYLOGGING: boolean to control logging of queries to querylog table
-added XMLRPCLOGGING: boolean to control logging of XMLRPC calls to xmlrpcLog
table
> Add ability to turn off certain types of logging in the database
> ----------------------------------------------------------------
>
> Key: VCL-713
> URL: https://issues.apache.org/jira/browse/VCL-713
> Project: VCL
> Issue Type: Improvement
> Components: database, web gui (frontend)
> Affects Versions: 2.3.2
> Reporter: Aaron Coburn
> Priority: Trivial
> Fix For: 2.4
>
>
> Every UPDATE, INSERT and DELETE command to the database is recorded in the
> querylog table. Also, every XML-RPC call is logged in the database. This is
> great for debugging, but for general production use, it is probably
> unnecessary (and the tables can grow quite large).
> Instead, it would be convenient to be able to enable/disable this type of
> logging directly from .ht-inc/conf.php
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)