You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@vcl.apache.org by gjenning <gi...@git.apache.org> on 2018/11/27 20:59:03 UTC

[GitHub] vcl pull request #9: Vcl-1091 log4perl functionality

GitHub user gjenning opened a pull request:

    https://github.com/apache/vcl/pull/9

    Vcl-1091 log4perl functionality

    Created logic to allow users to enable and use log4perl as a secondary logger.  This allows for users to customize the output of the logging.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/gjenning/vcl vcl-1091

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/vcl/pull/9.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #9
    
----
commit 5a4735ff947e73822a9b418859c49a2a23706803
Author: gjenning <gj...@...>
Date:   2018-10-15T18:50:26Z

    Merge pull request #1 from apache/master
    
    doap_vcl.rdf: changed repo from subversion to git

commit ea5f710c6a9794cb1a23890b2e3b8b427ef22a67
Author: Mike Jennings <gm...@...>
Date:   2018-11-21T15:58:12Z

    VCL-1091 Comming changes to setup log4perl as another logging method

commit 3ce533d9f23f8463160341957ba131d6c0ae5d6c
Author: Mike Jennings <gm...@...>
Date:   2018-11-27T20:25:34Z

    Adding some comments to top of configuarion file to document where PatternLayout info can be found for the perl module

commit 1baa41e0893a6a4aaf154f0c539f43f3a1baf4bb
Author: Mike Jennings <gm...@...>
Date:   2018-11-27T20:54:39Z

    Adding in logic to read a flag from the vcld.conf file letting the user determine if they would like to enable log4perl or not.

----


---