You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by ian tabangay <it...@gmail.com> on 2008/08/08 13:05:17 UTC

log files

Hi. Is there a way to direct logs into a different file in ofbiz?

~ ian

Re: log files

Posted by Ashish Vijaywargiya <vi...@gmail.com>.
log4j.xml file is responsible to send log message to some other file.

If you are running java -jar ofbiz.jar from terminal then you can send the
log generated on terminal to some file by the following command.
java  -jar ofbiz.jar > /home/ashish/Desktop/ofbiz.log

Please let us know if you need more help on this.

On Fri, Aug 8, 2008 at 4:35 PM, ian tabangay <it...@gmail.com> wrote:

> Hi. Is there a way to direct logs into a different file in ofbiz?
>
> ~ ian
>



-- 
Ashish Vijaywargiya
Indore (M.P), India
http://en.wikipedia.org/wiki/Indore

Re: log files

Posted by Jacopo Cappellato <ja...@gmail.com>.
OFBiz uses Log4J and its config file is in the framework/base/config  
folder.

Jacopo

On Aug 8, 2008, at 1:05 PM, ian tabangay wrote:

> Hi. Is there a way to direct logs into a different file in ofbiz?
>
> ~ ian