Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Equinox » How to limit osgi.log size
How to limit osgi.log size [message #105471] Tue, 26 February 2008 19:12 Go to next message
Eclipse UserFriend
Originally posted by: yaohuangnt.yahoo.com

When I start the equinox, it will generate osgi.log. If a program has to run forever, and if there are a lot of errors occured, the osgi.log will be big. Equinox might use java.util.logging or log4j to write the log information. So where can I limit the osgi.log file size?

Thanks for any replying.
Re: How to limit osgi.log size [message #105487 is a reply to message #105471] Wed, 27 February 2008 07:15 Go to previous message
Eclipse UserFriend
Originally posted by: jacek.pospychala.pl.ibm.com

yaohuang wrote:
> When I start the equinox, it will generate osgi.log. If a program has to run forever, and if there are a lot of errors occured, the osgi.log will be big. Equinox might use java.util.logging or log4j to write the log information. So where can I limit the osgi.log file size?
>
> Thanks for any replying.
>

hi,
you can use eclipse.log.size.max to determine max size of log file.
After log reaches it's limit, another file will be created.
See
http://help.eclipse.org/help33/index.jsp?topic=/org.eclipse. platform.doc.isv/reference/misc/runtime-options.html
for details how to set this property.
Previous Topic:Invoker of installBundle must also do uninstall!?
Next Topic:Bundle classpath path problem in server side
Goto Forum:
  


Current Time: Thu Apr 25 21:57:40 GMT 2024

Powered by FUDForum. Page generated in 0.02787 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top