azos icon indicating copy to clipboard operation
azos copied to clipboard

The `FloodFilter` log sink does not properly create aggregate message

Open itadapter opened this issue 3 years ago • 1 comments

The 'msg.InitDefaultFields(App);' was missing

itadapter avatar Jun 26 '21 00:06 itadapter

You need to check all places where new Message is called, such as failover, as not all fields may be initialized. Only Log.Send() initialized them ,whereas Sink.Write() does not. All of it needs to be revised

itadapter avatar Jun 26 '21 00:06 itadapter