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 /java-compat | |
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 'java-compat')
-rw-r--r-- | java-compat/src/Ice/src/main/java/IceInternal/PropertyNames.java | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/java-compat/src/Ice/src/main/java/IceInternal/PropertyNames.java b/java-compat/src/Ice/src/main/java/IceInternal/PropertyNames.java index 8dcb0eac059..e70a2fb1b5d 100644 --- a/java-compat/src/Ice/src/main/java/IceInternal/PropertyNames.java +++ b/java-compat/src/Ice/src/main/java/IceInternal/PropertyNames.java @@ -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 @@ public final class PropertyNames 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 @@ public final class PropertyNames 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), |