diff options
author | Bernard Normier <bernard@zeroc.com> | 2017-02-10 17:42:30 -0500 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2017-02-10 17:42:30 -0500 |
commit | 43382f18da8d0dd88c26df6cc27690dcb80060ab (patch) | |
tree | 56fcaa357e4d5b8f2b4c0b1e53d53c53823b60e4 /csharp/src | |
parent | Fix java-compat/Slice/generation test (diff) | |
download | ice-43382f18da8d0dd88c26df6cc27690dcb80060ab.tar.bz2 ice-43382f18da8d0dd88c26df6cc27690dcb80060ab.tar.xz ice-43382f18da8d0dd88c26df6cc27690dcb80060ab.zip |
ICE-7547: add tracing for admin-routing in IceGrid
Diffstat (limited to 'csharp/src')
-rw-r--r-- | csharp/src/Ice/PropertyNames.cs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/csharp/src/Ice/PropertyNames.cs b/csharp/src/Ice/PropertyNames.cs index 85cc14c3f05..43786d88671 100644 --- a/csharp/src/Ice/PropertyNames.cs +++ b/csharp/src/Ice/PropertyNames.cs @@ -6,7 +6,7 @@ // ICE_LICENSE file included in this distribution. // // ********************************************************************** -// Generated by makeprops.py from file ./config/PropertyNames.xml, Wed Nov 16 09:52:45 2016 +// Generated by makeprops.py from file ../config/PropertyNames.xml, Fri Feb 10 17:05:23 2017 // IMPORTANT: Do not edit this file -- any edits made here will be lost! @@ -598,6 +598,7 @@ namespace IceInternal new Property(@"^IceGrid\.Node\.RedirectErrToOut$", false, null), new Property(@"^IceGrid\.Node\.Trace\.Activator$", false, null), new Property(@"^IceGrid\.Node\.Trace\.Adapter$", false, null), + new Property(@"^IceGrid\.Node\.Trace\.Admin$", false, null), new Property(@"^IceGrid\.Node\.Trace\.Patch$", false, null), new Property(@"^IceGrid\.Node\.Trace\.Replica$", false, null), new Property(@"^IceGrid\.Node\.Trace\.Server$", false, null), @@ -893,6 +894,7 @@ namespace IceInternal new Property(@"^IceGrid\.Registry\.SSLPermissionsVerifier\.CollocationOptimized$", false, null), new Property(@"^IceGrid\.Registry\.SSLPermissionsVerifier\.Context\.[^\s]+$", false, null), new Property(@"^IceGrid\.Registry\.SSLPermissionsVerifier$", false, null), + new Property(@"^IceGrid\.Registry\.Trace\.Admin$", false, null), new Property(@"^IceGrid\.Registry\.Trace\.Application$", false, null), new Property(@"^IceGrid\.Registry\.Trace\.Adapter$", false, null), new Property(@"^IceGrid\.Registry\.Trace\.Locator$", false, null), |