<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Aug 11, 2020 at 11:57 AM Brian Stansberry &lt;<a href="mailto:brian.stansberry@redhat.com">brian.stansberry@redhat.com</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr"><div style="font-family:&quot;trebuchet ms&quot;,sans-serif"><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Aug 11, 2020 at 12:13 PM James Perkins &lt;<a href="mailto:jperkins@redhat.com" target="_blank">jperkins@redhat.com</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Aug 11, 2020 at 9:32 AM Brian Stansberry &lt;<a href="mailto:brian.stansberry@redhat.com" target="_blank">brian.stansberry@redhat.com</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div style="font-family:&quot;trebuchet ms&quot;,sans-serif">FWIW there are 3 options:</div><div style="font-family:&quot;trebuchet ms&quot;,sans-serif"><br></div><div style="font-family:&quot;trebuchet ms&quot;,sans-serif">1) Default on.</div><div style="font-family:&quot;trebuchet ms&quot;,sans-serif">2) Default off, not specified in standard configs.</div><div style="font-family:&quot;trebuchet ms&quot;,sans-serif">3) Default off, but set to on in standard configs.</div><div style="font-family:&quot;trebuchet ms&quot;,sans-serif"><br></div><div style="font-family:&quot;trebuchet ms&quot;,sans-serif">The distinction between 1 and 3 is people bringing an existing config do not see a behavior change.</div></div></blockquote><div><br></div><div>Yes. What I have locally is a config option. I&#39;m starting to think 3 is the best option.</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div style="font-family:&quot;trebuchet ms&quot;,sans-serif"><br></div><div style="font-family:&quot;trebuchet ms&quot;,sans-serif">No matter which we do we should aim to get this in very early in a release dev cycle so we have time to notice any odd impacts.</div><div style="font-family:&quot;trebuchet ms&quot;,sans-serif"><br></div><div style="font-family:&quot;trebuchet ms&quot;,sans-serif">Do you have any thoughts on how we can look for odd impacts?  IIRC the odd impact would be stuff we expect to appear in the server.log no longer appearing there.</div></div></blockquote><div><br></div><div>The only thing I can think of would be creating a deployment with it&#39;s own logging configuration and examining the logs. Essentially any time anything is logged with the deployments class loader it would end up in the deployments log configuration. Assuming of course the deployment is using some sort of per-deployment logging.</div></div></div></blockquote><div><br></div><div style="font-family:&quot;trebuchet ms&quot;,sans-serif">I suppose things like the kitchen-sink QS app, maybe a few others, would touch enough areas to get a good sense of what would happen.</div></div></div></blockquote><div><br></div><div>Ah good call. I could also probably hard-code something and run the test suite to see what happens as well which is probably not a bad idea.</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_quote"><div style="font-family:&quot;trebuchet ms&quot;,sans-serif"><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_quote"><div><br></div><div>It&#39;s definitely a change in behavior which is why I&#39;m starting to think we should default to off.</div></div></div></blockquote><div><br></div><div style="font-family:&quot;trebuchet ms&quot;,sans-serif">Input from people who support WildFly would be good, particularly if we have a sense of what messages might move. People doing support know best how much hassle it would be if messages were no longer in the server.log.</div></div></div></blockquote><div><br></div><div>Yes. That&#39;s who I&#39;d really like to hear from. I&#39;ve seen forum posts/questions a lot over the years around &quot;why does this not log to my file&quot; so it would be good to know if what we end up with is sufficient or not.</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_quote"><div style="font-family:&quot;trebuchet ms&quot;,sans-serif"><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_quote"><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Aug 10, 2020 at 5:50 PM James Perkins &lt;<a href="mailto:jperkins@redhat.com" target="_blank">jperkins@redhat.com</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hello All,<div>I&#39;ve got an open proposal for some changes with how log messages may be routed [1]. There is some discussion on there with some concerns about messages that the user may not expect to be routed to their own specific log context. Feedback from a wider audience would be appreciated.</div><div><br></div><div>Currently I&#39;ve got this enabled by default which would be a change in behavior. However, as I&#39;ve stated in a comment on the proposal, maybe it&#39;s better to opt-in than opt-out. Either way any feedback would be appreciated.</div><div><br></div><div>Thanks in advance.<br><div><br></div><div>[1]: <a href="https://github.com/wildfly/wildfly-proposals/pull/281" target="_blank">https://github.com/wildfly/wildfly-proposals/pull/281</a></div><div><div><br></div>-- <br><div dir="ltr"><div dir="ltr"><div><div dir="ltr"><div>James R. Perkins</div><div>JBoss by Red Hat</div></div></div></div></div></div></div></div>
_______________________________________________<br>
wildfly-dev mailing list<br>
<a href="mailto:wildfly-dev@lists.jboss.org" target="_blank">wildfly-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/wildfly-dev" rel="noreferrer" target="_blank">https://lists.jboss.org/mailman/listinfo/wildfly-dev</a></blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr"><div dir="ltr">Brian Stansberry<div>Manager, Senior Principal Software Engineer</div><div>Red Hat</div></div></div>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr"><div dir="ltr"><div><div dir="ltr"><div>James R. Perkins</div><div>JBoss by Red Hat</div></div></div></div></div></div>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr"><div dir="ltr">Brian Stansberry<div>Manager, Senior Principal Software Engineer</div><div>Red Hat</div></div></div></div>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div>James R. Perkins</div><div>JBoss by Red Hat</div></div></div></div></div></div>