Repository: qpid-broker-j Updated Branches: refs/heads/master 40691ecb9 -> 50b462d7a
QPID-7543; [Broker-J] Move logback inclusion rule HTML template into module logging-logback Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/commit/7f550f09 Tree: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/tree/7f550f09 Diff: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/diff/7f550f09 Branch: refs/heads/master Commit: 7f550f0970c6859c63611e21595e887ac78c2859 Parents: 40691ec Author: Alex Rudyy <[email protected]> Authored: Tue Dec 4 14:51:04 2018 +0000 Committer: Alex Rudyy <[email protected]> Committed: Tue Dec 4 14:51:04 2018 +0000 ---------------------------------------------------------------------- .../loginclusionrule/nameandlevel/add.html | 46 ++++++++++++++++++++ .../loginclusionrule/nameandlevel/add.html | 46 -------------------- 2 files changed, 46 insertions(+), 46 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/7f550f09/broker-plugins/logging-logback/src/main/java/resources/loginclusionrule/nameandlevel/add.html ---------------------------------------------------------------------- diff --git a/broker-plugins/logging-logback/src/main/java/resources/loginclusionrule/nameandlevel/add.html b/broker-plugins/logging-logback/src/main/java/resources/loginclusionrule/nameandlevel/add.html new file mode 100644 index 0000000..d39587d --- /dev/null +++ b/broker-plugins/logging-logback/src/main/java/resources/loginclusionrule/nameandlevel/add.html @@ -0,0 +1,46 @@ +<!-- + ~ Licensed to the Apache Software Foundation (ASF) under one + ~ or more contributor license agreements. See the NOTICE file + ~ distributed with this work for additional information + ~ regarding copyright ownership. The ASF licenses this file + ~ to you under the Apache License, Version 2.0 (the + ~ "License"); you may not use this file except in compliance + ~ with the License. You may obtain a copy of the License at + ~ + ~ http://www.apache.org/licenses/LICENSE-2.0 + ~ + ~ Unless required by applicable law or agreed to in writing, + ~ software distributed under the License is distributed on an + ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + ~ KIND, either express or implied. See the License for the + ~ specific language governing permissions and limitations + ~ under the License. + --> + +<div> + <div class="clear"> + <div class="formLabel-labelCell tableContainer-labelCell">Log Event Source Name:</div> + <div class="formLabel-controlCell tableContainer-valueCell"> + <input type="text" id="addLogInclusionRule.loggerName" + data-dojo-type="dijit/form/ValidationTextBox" + data-dojo-props=" + name: 'loggerName', + placeHolder: 'ROOT', + promptMessage: 'Enter name of log event source (usually the package name). To capture log events from subpackages you must specify the ".*" wildcard at the end (e.g., org.apache.qpid.*)', + title: 'Enter log event source name'"/> + </div> + </div> + <div class="clear"> + <div class="formLabel-labelCell tableContainer-labelCell">Level:</div> + <div class="formLabel-controlCell tableContainer-valueCell"> + <input type="text" id="addLogInclusionRule.level" + data-dojo-type="dijit/form/FilteringSelect" + data-dojo-props=" + name: 'level', + required: false, + placeHolder: 'level', + promptMessage: 'Select log level for this rule', + title: 'Select log level for this rule'"/> + </div> + </div> +</div> http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/7f550f09/broker-plugins/management-http/src/main/java/resources/loginclusionrule/nameandlevel/add.html ---------------------------------------------------------------------- diff --git a/broker-plugins/management-http/src/main/java/resources/loginclusionrule/nameandlevel/add.html b/broker-plugins/management-http/src/main/java/resources/loginclusionrule/nameandlevel/add.html deleted file mode 100644 index d39587d..0000000 --- a/broker-plugins/management-http/src/main/java/resources/loginclusionrule/nameandlevel/add.html +++ /dev/null @@ -1,46 +0,0 @@ -<!-- - ~ Licensed to the Apache Software Foundation (ASF) under one - ~ or more contributor license agreements. See the NOTICE file - ~ distributed with this work for additional information - ~ regarding copyright ownership. The ASF licenses this file - ~ to you under the Apache License, Version 2.0 (the - ~ "License"); you may not use this file except in compliance - ~ with the License. You may obtain a copy of the License at - ~ - ~ http://www.apache.org/licenses/LICENSE-2.0 - ~ - ~ Unless required by applicable law or agreed to in writing, - ~ software distributed under the License is distributed on an - ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - ~ KIND, either express or implied. See the License for the - ~ specific language governing permissions and limitations - ~ under the License. - --> - -<div> - <div class="clear"> - <div class="formLabel-labelCell tableContainer-labelCell">Log Event Source Name:</div> - <div class="formLabel-controlCell tableContainer-valueCell"> - <input type="text" id="addLogInclusionRule.loggerName" - data-dojo-type="dijit/form/ValidationTextBox" - data-dojo-props=" - name: 'loggerName', - placeHolder: 'ROOT', - promptMessage: 'Enter name of log event source (usually the package name). To capture log events from subpackages you must specify the ".*" wildcard at the end (e.g., org.apache.qpid.*)', - title: 'Enter log event source name'"/> - </div> - </div> - <div class="clear"> - <div class="formLabel-labelCell tableContainer-labelCell">Level:</div> - <div class="formLabel-controlCell tableContainer-valueCell"> - <input type="text" id="addLogInclusionRule.level" - data-dojo-type="dijit/form/FilteringSelect" - data-dojo-props=" - name: 'level', - required: false, - placeHolder: 'level', - promptMessage: 'Select log level for this rule', - title: 'Select log level for this rule'"/> - </div> - </div> -</div> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
