blob: e37a017a6a9b7d38332b2b1787a3f4dbb2b19f71 [file] [log] [blame]
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Apache Logging Services</title>
<link href="/css/asciidoctor-default.css" rel="stylesheet" type="text/css" />
<link href="/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<link href="/css/site.css?version=20231214" rel="stylesheet" type="text/css" />
<script src="/js/jquery.min.js"></script>
<script src="/js/bootstrap.min.js"></script>
<script src="/js/site.js"></script>
<link rel="alternate" type="application/rss+xml" title="ASF Loggin Services" href="/feed.xml">
</head>
<body>
<div class="navbar">
<div class="navbar-inner">
<div class="container">
<a class="brand" href="/">Apache Logging Services&trade;</a>
<ul class="nav">
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">About<b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="/guidelines.html">Guidelines</a></li>
<li><a href="/charter.html">Charter</a></li>
<li><a href="/team-list.html">Team</a></li>
<li><a href="/processes.html">Retirement Processes</a>
<li><a target="_blank" href="https://cwiki.apache.org/confluence/display/LOGGING/Home">Wiki</a>
<li><a href="/what-is-logging.html">What is logging?</a></li>
<li><a href="/activity-monitor">Activity monitor</a></li>
</ul>
</li>
</ul>
<ul class="nav">
<li><a href="/download.html">Download</a></li>
</ul>
<ul class="nav">
<li><a href="/support.html">Support</a></li>
</ul>
<ul class="nav">
<li><a href="/security.html">Security</a></li>
</ul>
<ul class="nav">
<li><a href="/xml/ns">XML Schemas</a></li>
</ul>
<ul class="nav pull-right">
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Apache<b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a target="_blank" href="https://www.apache.org/">Home</a></li>
<li><a target="_blank" href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
<li><a target="_blank" href="https://www.apache.org/licenses/">License</a></li>
<li><a target="_blank" href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
<li><a target="_blank" href="https://www.apache.org/events/current-event.html">Current Events</a></li>
<li><a target="_blank" href="https://www.apache.org/security/">Security</a></li>
<li><a target="_blank" href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy</a></li>
</ul>
</li>
</ul>
<ul class="nav pull-right">
<li><a href="/blog">Blog</a></li>
</ul>
</div>
</div>
</div>
<div class="container">
<div class="content">
<div id="preamble">
<div class="sectionbody">
<div class="paragraph">
<p>Logging Services employ many public and private support channels for users, contributors, and maintainers.</p>
</div>
<div class="admonitionblock important">
<table>
<tr>
<td class="icon">
<div class="title">Important</div>
</td>
<td class="content">
<div class="paragraph">
<p>The Apache Software Foundation does not employ individuals to develop and support any of its projects.
The individuals who contribute to Apache projects do it either as part of specific tasks assigned to them by their employer, on their own initiative to benefit their employer, or on their own free time.</p>
</div>
</td>
</tr>
</table>
</div>
</div>
</div>
<div class="sect1">
<h2 id="discussions-user">User support</h2>
<div class="sectionbody">
<div class="paragraph">
<p>If you have questions like:</p>
</div>
<div class="ulist">
<ul>
<li>
<p><em>"How do I configure Log4j with the file appender?"</em></p>
</li>
<li>
<p><em>"My layout is not working as expected; what should I do?"</em></p>
</li>
<li>
<p><em>"How can I migrate from Log4j 1 with this custom configuration?"</em></p>
</li>
</ul>
</div>
<div class="paragraph">
<p>We urge you to first check the website of the associated project to see if your question has already been answered there.
If not, you can use one the following communication channels:</p>
</div>
<div class="ulist">
<ul>
<li>
<p>GitHub Discussions (<a href="https://github.com/apache/logging-log4cxx/discussions">Log4cxx</a>, <a href="https://github.com/apache/logging-log4j2/discussions">Log4j</a>, <a href="https://github.com/apache/logging-log4net/discussions">Log4net</a>)</p>
</li>
<li>
<p><code>log4j-user@logging.apache.org</code> mailing list (<a href="mailto:log4j-user-subscribe@logging.apache.org">subscribe</a> | <a href="mailto:log4j-user-unsubscribe@logging.apache.org">unsubscribe</a> | <a href="mailto:log4j-user@logging.apache.org">post</a> | <a href="https://lists.apache.org/list.html?log4j-user&#64;logging.apache.org">archive</a>)</p>
<div class="admonitionblock warning">
<table>
<tr>
<td class="icon">
<div class="title">Warning</div>
</td>
<td class="content">
<div class="paragraph">
<p><strong>You are expected to be subscribed</strong> to a mailing list to receive replies to your posted questions!
If you are not subscribed, when you post an email, it will be subject to moderation (hence, will be distributed with a delay) and the only way you would be able to follow the conversation is to use the mailing list archive.</p>
</div>
</td>
</tr>
</table>
</div>
<div class="admonitionblock warning">
<table>
<tr>
<td class="icon">
<div class="title">Warning</div>
</td>
<td class="content">
<div class="paragraph">
<p>Messages sent to a public mailing list will be seen by many people and also re-published by 3rd party websites.
It is usually not possible to remove them.
Please <strong>don&#8217;t send mails containing confidential information</strong> to public mailing lists.
For more information, please see the <a href="https://privacy.apache.org/policies/privacy-policy-public.html">privacy policy</a></p>
</div>
</td>
</tr>
</table>
</div>
</li>
<li>
<p>Stack Overflow (<a href="http://stackoverflow.com/questions/tagged/log4cxx">Log4cxx</a>, <a href="http://stackoverflow.com/questions/tagged/log4j">Log4j</a>, <a href="http://stackoverflow.com/questions/tagged/log4net">Log4net</a>)</p>
</li>
</ul>
</div>
</div>
</div>
<div class="sect1">
<h2 id="discussions-maintainer">Maintainer discussions</h2>
<div class="sectionbody">
<div class="paragraph">
<p>If you have questions or feedback like:</p>
</div>
<div class="ulist">
<ul>
<li>
<p>A class should be public instead of package-private</p>
</li>
<li>
<p>A plugin is missing configuration options</p>
</li>
<li>
<p>You&#8217;ve found a bug</p>
</li>
</ul>
</div>
<div class="paragraph">
<p>then please contact us using the following channels:</p>
</div>
<div class="ulist">
<ul>
<li>
<p>GitHub Discussions (<a href="https://github.com/apache/logging-log4cxx/discussions">Log4cxx</a>, <a href="https://github.com/apache/logging-log4j2/discussions">Log4j</a>, <a href="https://github.com/apache/logging-log4net/discussions">Log4net</a>)</p>
</li>
<li>
<p><code>dev@logging.apache.org</code> mailing list (<a href="mailto:dev-subscribe@logging.apache.org">subscribe</a> | <a href="mailto:dev-unsubscribe@logging.apache.org">unsubscribe</a> | <a href="mailto:dev@logging.apache.org">post</a> | <a href="https://lists.apache.org/list.html?dev&#64;logging.apache.org">archive</a>)</p>
<div class="admonitionblock warning">
<table>
<tr>
<td class="icon">
<div class="title">Warning</div>
</td>
<td class="content">
<div class="paragraph">
<p><strong>You are expected to be subscribed</strong> to a mailing list to receive replies to your posted questions!
If you are not subscribed, when you post an email, it will be subject to moderation (hence, will be distributed with a delay) and the only way you would be able to follow the conversation is to use the mailing list archive.</p>
</div>
</td>
</tr>
</table>
</div>
<div class="admonitionblock warning">
<table>
<tr>
<td class="icon">
<div class="title">Warning</div>
</td>
<td class="content">
<div class="paragraph">
<p>Messages sent to a public mailing list will be seen by many people and also re-published by 3rd party websites.
It is usually not possible to remove them.
Please <strong>don&#8217;t send mails containing confidential information</strong> to public mailing lists.
For more information, please see the <a href="https://privacy.apache.org/policies/privacy-policy-public.html">privacy policy</a></p>
</div>
</td>
</tr>
</table>
</div>
</li>
</ul>
</div>
</div>
</div>
<div class="sect1">
<h2 id="discussions-private">Private discussions</h2>
<div class="sectionbody">
<div class="paragraph">
<p>Users are strongly advised to use one of the above public channels.
If it deems necessary, use following channels for private discussions.</p>
</div>
<div class="ulist">
<ul>
<li>
<p><code>security@logging.apache.org</code> mailing list (<a href="mailto:security@logging.apache.org">post</a>) is used for reporting unlisted <strong>security vulnerabilities</strong> or other unexpected behaviour that has a security impact.
Make sure to check <a href="security.html">the Security page</a> before sending an email.</p>
</li>
<li>
<p><code>private@logging.apache.org</code> mailing list (<a href="mailto:private@logging.apache.org">post</a>) is used for discussing other confidential topics with the Logging Services PMC.</p>
</li>
</ul>
</div>
</div>
</div>
<div class="sect1">
<h2 id="issues">Issues</h2>
<div class="sectionbody">
<div class="paragraph">
<p>Logging Services projects use GitHub Issues (<a href="https://github.com/apache/logging-log4cxx/issues">Log4cxx</a>, <a href="https://github.com/apache/logging-log4j2/issues">Log4j</a>, <a href="https://github.com/apache/logging-log4j2/issues">Log4net</a>) as their issue tracking system.
The old issue tracking system, JIRA (<a href="https://issues.apache.org/jira/projects/LOGCXX">Log4cxx</a>, <a href="https://issues.apache.org/jira/projects/LOG4J2">Log4j</a>), is still accessible, though only recommended for issues that were already created there.</p>
</div>
<div class="paragraph">
<p>Issues get resolved in one of the following ways:</p>
</div>
<div class="olist arabic">
<ol class="arabic">
<li>
<p>The reporter or another interested party provides a pull request tagging the issue in its title</p>
</li>
<li>
<p>A committer is interested in the issue and decides to work on it</p>
</li>
<li>
<p>The reporter or another interested party sponsors one or more of <a href="#sponsorship">the committers listed below</a> to encourage them to work on the issue</p>
</li>
</ol>
</div>
<div class="paragraph">
<p>Created issues are subject to the following policy:</p>
</div>
<div class="dlist">
<dl>
<dt class="hdlist1">Quality</dt>
<dd>
<p>Issues posted of insufficient quality will be removed</p>
</dd>
<dt class="hdlist1">No protracted discussions</dt>
<dd>
<p>Issues likely to result in protracted discussion must be posted to the mailing lists</p>
</dd>
<dt class="hdlist1">No Questions</dt>
<dd>
<p>Do not post questions as issues!
These will be removed, and you will be asked to post questions to the mailing lists instead.</p>
</dd>
</dl>
</div>
</div>
</div>
<div class="sect1">
<h2 id="sponsorship">Sponsorship</h2>
<div class="sectionbody">
<div class="paragraph">
<p>Sponsorship can be used simply as a way to say thank you for the work that has been done or as a way to encourage specific issues to be worked on.
In either case, while the Apache Logging Services project thanks you for your support, we cannot be responsible for any promises and/or contributions made by an individual committer, as individual commits must be reviewed and accepted by the project team.</p>
</div>
<div class="sect2">
<h3 id="sponsorship-github">Committers accepting GitHub Sponsorship</h3>
<div class="ulist">
<ul>
<li>
<p><a href="https://github.com/carterkozak">Carter Kozak</a></p>
</li>
<li>
<p><a href="https://github.com/garydgregory">Gary Gregory</a></p>
</li>
<li>
<p><a href="https://github.com/jvz">Matt Sicker</a></p>
</li>
<li>
<p><a href="https://github.com/ppkarwasz">Piotr P. Karwasz</a></p>
</li>
<li>
<p><a href="https://github.com/rgoers">Ralph Goers</a></p>
</li>
<li>
<p><a href="https://github.com/vy">Volkan Yazıcı</a></p>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="sect1">
<h2 id="commercial">Third-party commercial support</h2>
<div class="sectionbody">
<div class="paragraph">
<p>While neither the Apache Software Foundation nor the Apache Logging Services project provide any commercial support for the Logging Services products, individual committers may collaborate with services that provide such support.</p>
</div>
<div class="paragraph">
<p>The following aims to be a list of all commercial support services involving one or more <a href="team-list.html">Logging Services PMC members</a>.</p>
</div>
<div class="dlist">
<dl>
<dt class="hdlist1"><a href="https://volkan.yazi.ci">Abstract Dynamics</a></dt>
<dd>
<p>Consultancy services offered by PMC member <a href="https://www.linkedin.com/in/yazicivo">Volkan Yazıcı</a></p>
</dd>
<dt class="hdlist1"><a href="https://copernik.eu">Copernik</a></dt>
<dd>
<p>Consultancy services offered by PMC member <a href="https://www.linkedin.com/in/ppkarwasz">Piotr Karwasz</a></p>
</dd>
<dt class="hdlist1"><a href="https://grobmeier.solutions">Grobmeier Solutions</a></dt>
<dd>
<p>Consultancy services offered by PMC member <a href="https://www.linkedin.com/in/grobmeier/">Christian Grobmeier</a></p>
</dd>
<dt class="hdlist1"><a href="https://tidelift.com">Tidelift</a></dt>
<dd>
<p>Some Log4j maintainers receive funding from Tidelift for their maintenance efforts.</p>
</dd>
</dl>
</div>
</div>
</div>
</div>
</div>
<div class="footer">
<div class="container">
<p>
Copyright © 2017-2024 <a href="https://www.apache.org" target="external">The Apache Software Foundation</a>.
Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0"
target="external">Apache Software License, Version 2.0</a> Please read our <a href="https://privacy.apache.org/policies/privacy-policy-public.html">privacy policy</a>.
</p><p>
Apache, Chainsaw, log4cxx, Log4j, Log4net, log4php and the Apache
feather logo are trademarks or registered trademarks of The Apache
Software Foundation.
Oracle and Java are registered trademarks
of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.
</p>
</div>
</div>
<!-- Matomo -->
<script>
var _paq = window._paq = window._paq || [];
_paq.push(["disableCookies"]);
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="https://analytics.apache.org/";
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setSiteId', '42']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<noscript><p><img src="https://analytics.apache.org/matomo.php?idsite=42&amp;rec=1" style="border:0;" alt="" /></p></noscript>
<!-- End Matomo Code -->
</body>
</html>