logsearch-solr-client-log4j.xml 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <?xml version="1.0"?>
  2. <?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
  3. <!--
  4. /**
  5. * Licensed to the Apache Software Foundation (ASF) under one
  6. * or more contributor license agreements. See the NOTICE file
  7. * distributed with this work for additional information
  8. * regarding copyright ownership. The ASF licenses this file
  9. * to you under the Apache License, Version 2.0 (the
  10. * "License"); you may not use this file except in compliance
  11. * with the License. You may obtain a copy of the License at
  12. *
  13. * http://www.apache.org/licenses/LICENSE-2.0
  14. *
  15. * Unless required by applicable law or agreed to in writing, software
  16. * distributed under the License is distributed on an "AS IS" BASIS,
  17. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  18. * See the License for the specific language governing permissions and
  19. * limitations under the License.
  20. */
  21. -->
  22. <!-- This is a special config file for properties used to monitor status of the service -->
  23. <configuration supports_adding_forbidden="true">
  24. <!-- log4j.xml -->
  25. <property>
  26. <name>content</name>
  27. <display-name>log4j template</display-name>
  28. <description>This is the jinja template for log4j.properties file for logsearch solr client</description>
  29. <value></value>
  30. <property-type>VALUE_FROM_PROPERTY_FILE</property-type>
  31. <value-attributes>
  32. <property-file-name>solr-client-log4j.properties.j2</property-file-name>
  33. <property-file-type>text</property-file-type>
  34. </value-attributes>
  35. </property>
  36. </configuration>