|
From: Bitbucket <com...@bi...> - 2019-11-22 13:06:52
|
4 new commits in naviserver: https://bitbucket.org/naviserver/naviserver/commits/e508a0e3f060/ Changeset: e508a0e3f060 User: gustafn Date: 2019-11-22 12:34:15+00:00 Summary: fix typo Affected #: 1 file https://bitbucket.org/naviserver/naviserver/commits/391c8e98c730/ Changeset: 391c8e98c730 User: gustafn Date: 2019-11-22 12:43:51+00:00 Summary: order configuration options alphabetically Affected #: 1 file https://bitbucket.org/naviserver/naviserver/commits/d028214548dd/ Changeset: d028214548dd User: gustafn Date: 2019-11-22 12:58:31+00:00 Summary: new feature: allow separate access logs for requests sent via different drivers. The nslog module accepts now an additional parameter named "driver". This option can be used to produce different access logs for requests submitted via different drivers to sort out e.g. local server talk. Per default, every request is logged. When a value is provided for this parameter, only requests are logged in this log file when these come from a driver matching the provided glob pattern. # # Configure extra nssock driver for loopback traffic # ns_section "ns/modules" { ns_param loopback ${bindir}/nssock } ns_section ns/module/loopback { ns_param defaultserver $server ns_param address 127.0.0.1 ns_param port 8888 } # # Load nslog modules twice with different names # ns_section ns/server/${server}/modules { ns_param nslog ${bindir}/nslog ns_param nslog2 ${bindir}/nslog } # # configure driver patterns (default "*") # ns_section ns/server/${server}/module/nslog2 { ns_param file ${logroot}/access-loopback.log ns_param driver "loopback" } ns_section ns/server/${server}/module/nslog { ns_param file ${logroot}/access.log ns_param driver "ns*" } Affected #: 2 files https://bitbucket.org/naviserver/naviserver/commits/681dad3dab69/ Changeset: 681dad3dab69 User: gustafn Date: 2019-11-22 13:05:48+00:00 Summary: prefer allcaps spelling for "sql" Affected #: 3 files Repository URL: https://bitbucket.org/naviserver/naviserver/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |