[
https://issues.apache.org/jira/browse/OFBIZ-6274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15381160#comment-15381160 ]
Jacques Le Roux commented on OFBIZ-6274:
----------------------------------------
Hi Taher,
I tried your patch, but I prefer:
{code}
Index: framework/base/config/log4j2.xml
===================================================================
--- framework/base/config/log4j2.xml (revision 1753016)
+++ framework/base/config/log4j2.xml (working copy)
@@ -40,8 +40,9 @@
</Async>
</Appenders>
<Loggers>
+ <logger name="org.apache" level="warn"/>
+ <logger name="org.apache.ofbiz" level="info"/>
<logger name="org.apache.ofbiz.base.converter.Converters" level="warn"/>
- <logger name="org.apache" level="warn"/>
<logger name="freemarker" level="warn"/>
<Root level="all">
{code}
Because with your I saw a lot of debug info I don't want in standard mode (the mode we had before). Not sure why we seem to not get the same result, weird.
> Rename OFBiz artifacts from 'org.ofbiz.*' to org.apache.ofbiz.*'
> ----------------------------------------------------------------
>
> Key: OFBIZ-6274
> URL:
https://issues.apache.org/jira/browse/OFBIZ-6274> Project: OFBiz
> Issue Type: Improvement
> Components: ALL COMPONENTS
> Affects Versions: Trunk
> Reporter: Pierre Smits
> Assignee: Deepak Dixit
> Attachments: FIX_LOGGING_OUPUT.patch, RENAME_OFBIZ_TO_APACHE.patch
>
>
> Currently (a lot of) our java and other artifacts sport the name/reference 'org.ofbiz'. This should be renamed to 'org.apache.ofbiz' to bring more consistency across the projects under the Apache umbrella.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)