[logback-user] logging_event_property

ceki ceki at qos.ch
Wed Jul 11 16:13:21 CEST 2012


You could subclass DBAppender and override the insertProperties() method 
with an empty block.

-- 
Ceki
http://tinyurl.com/proLogback

On 11.07.2012 15:57, Odelya Holiday wrote:
> logback 1.0.0
>
> I get million of records HOSTNAME and value dev
>
> On Wed, Jul 11, 2012 at 4:54 PM, ceki <ceki at qos.ch> wrote:
>>
>> Which version of logback are you using? Recent versions of logback should
>> have fewer values. Could you provide more details on what you are observing
>> in this table?
>>
>>
>> On 11.07.2012 15:49, Odelya Holiday wrote:
>>>
>>> When I tried, the logging event didn't work.
>>>
>>> I don't need these values - so is there another way to tell logback
>>> not to use this table? I prefer not to create a script to delete the
>>> values on a daily basis.
>>>
>>> Thanks
>>>
>>> On Wed, Jul 11, 2012 at 3:53 PM, Stein, Eric <steine at locustec.com> wrote:
>>>>
>>>> It should hold the contents of the MDC
>>>> (http://logback.qos.ch/manual/mdc.html) when logging to the database. If
>>>> you set MDC values and there is no logging_event_property table, I would
>>>> imagine that the database logger would get mildly cranky. It *might* be
>>>> okay to remove it if you never intend to set MDC values. I guess you
>>>> could try it and see.
>>>>
>>>> Eric
>>>>
>>>> -----Original Message-----
>>>> From: logback-user-bounces at qos.ch [mailto:logback-user-bounces at qos.ch]
>>>> On Behalf Of Odelya Holiday
>>>> Sent: Wednesday, July 11, 2012 8:47 AM
>>>> To: logback-user at qos.ch
>>>> Subject: [logback-user] logging_event_property
>>>>
>>>> Hi!
>>>>
>>>> What is the goal of logging_event_property table?
>>>>
>>>> Is there a way to remove it or get rid of it?
>>>>
>>>> Thanks
>>>>
>>>> --
>>>> Odelya
>>>
>
>




More information about the Logback-user mailing list