{% extends "page.html" %} {% block title %}Mailing lists{% endblock %} {% block content %} {% filter textile %} h1. Mailing lists These are the mailing lists that have been established for the Apache Logging Services project. For questions regarding individual logging projects, please find use the mailing lists defined on the project site. h3. general@logging.apache.org General and public discussion related to the Logging project and it's children. Anyone may subscribe; only subscribers may post. * "Post to list":mailto:general@logging.apache.org * "Subscribe to list":general-subscribe@logging.apache.org * "Unsubscribe from list":general-unsubscribe@logging.apache.org Public archives: * "(external)Apache archive":http://mail-archives.apache.org/mod_mbox/logging-general/ * "(external)Markmail archive":http://markmail.org/search/?q=list%3Aorg.apache.logging.general h3. dev@logging.apache.org All logging projects share a common mailing list where development of each project is discussed. Please use subject tags like [log4j] when starting a new thread. * "Subscribe to list":dev-subscribe@logging.apache.org * "Unsubscribe from list":dev-unsubscribe@logging.apache.org Public archives: * "(external)Apache archive":https://lists.apache.org/list.html?dev@logging.apache.org * "(external)Apache archive":http://mail-archives.apache.org/mod_mbox/logging-dev/ * "(external)Markmail archive":http://markmail.org/search/?q=list%3Aorg.apache.logging.dev h3. commits@logging.apache.org When changes are made to the source code repository, the commit messages are automatically sent to this list. Anyone may subscribe; posting is not allowed. The Reply-To is set to the logging-general list, so if you reply to a message that's where your reply is going to end up. * "Subscribe to list":commits-subscribe@logging.apache.org * "Unsubscribe from list":commits-unsubscribe@logging.apache.org Public archives: * "(external)Apache archive":http://mail-archives.apache.org/mod_mbox/logging-commits/ * "(external)Markmail archive":http://markmail.org/search/?q=list%3Aorg.apache.logging.commits h3. private@logging.apache.org Private list for the project management committee. It is not open to public subscription. This list should be used only for the discussion of confidential topics. As much business as possible should be conducted in public on the general list. * "Post to list":mailto:private@logging.apache.org There are no public archives. {% endfilter %} {% endblock %} {% comment %} 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. {% endcomment %}