Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [equinox-dev] setting framework events log level

Hi Ray,

I think you are talking about the LogEntry objects that are logged in response to a FrameworkEvent being posted.  According to the LogService specification (section 101.6.3) the log level of a LogEntry for Framework Events is:

LOG_INFO, except for the FrameworkEvent.ERROR event. This event
represents an error and is logged with a level of LOG_ERROR.

So we just have spec'ed behavior here.

Tom





From:        Raymond Auge <raymond.auge@xxxxxxxxxxx>
To:        Equinox development mailing list <equinox-dev@xxxxxxxxxxx>
Date:        09/23/2014 05:16 PM
Subject:        [equinox-dev] setting framework events log level
Sent by:        equinox-dev-bounces@xxxxxxxxxxx




Hey all,

I'd like to know if there's a way of adjusting at which level framework events are logged?

By default your everyday framework event is logged at INFO. Is it possible to adjust that to DEBUG?

--
Raymond AugĂ© (@rotty3000)
Senior Software Architect
Liferay, Inc. (@Liferay)
_______________________________________________
equinox-dev mailing list
equinox-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/equinox-dev

Back to the top