Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Turn off console log4j logging from other plugins(How do I manage logging from other plugins?)
Turn off console log4j logging from other plugins [message #1840258] Sat, 10 April 2021 10:00 Go to next message
Steve Vestal is currently offline Steve VestalFriend
Messages: 37
Registered: March 2013
Member
I am developing my own plugins. I have log4j properties files in my plugin projects. Output goes to the console. When I run my plugins, I get huge numbers of DEBUG o.e.j.i.storage.file.FileSnapshot log messages. Is there something I can put in my plugin log4j.properties file, or some preference I can set in Eclipse, that will suppress log messages from other plugins?
Re: Turn off console log4j logging from other plugins [message #1840327 is a reply to message #1840258] Mon, 12 April 2021 16:16 Go to previous message
Steve Vestal is currently offline Steve VestalFriend
Messages: 37
Registered: March 2013
Member
To answer my own question, I put the following in my own log4j.properties file, I don't need to do anything with theirs:

log4j.logger.org.eclipse.jgit.internal.storage.file=OFF
Previous Topic:NOT ABLE TO LAUNCH ECLIPSE
Next Topic:Is possible to add JavaScript tools to my php IDE?
Goto Forum:
  


Current Time: Wed May 31 01:50:08 GMT 2023

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

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

Back to the top