Informações de depuração para o File Forwarder Multiline

O plug-in File Forwarder Multiline contém novas linhas de depuração que fornecem mais informações sobre o comportamento do File Forwarder.

Para ativar essas linhas, mude as definições de configuração de log para permitir os níveis TRACE ou DEBUG. Para obter mais informações sobre configuração de log, consulte Configurando logs.

Durante a configuração de fonte, agora há instruções de depuração que exibem o filtro que está configurado:
02-15 11:50:12.731 DEBUG Device.Source.Local.TestFF : Start filter: ^(\d\d\d\d[-]\d\d[-]\d\d\s\d\d[:]\d\d[:]\d\d[.]\d\d\d\d).*
02-15 11:50:12.732 DEBUG Device.Source.Local.TestFF : End filter: .*(TheSessionID\s=\s([\d-\w]+))
Durante o processamento de eventos, há demonstrações de rastreio que significam se uma correspondência foi feita:
02-15 11:50:24.091 TRACE Device.FileReader.test.log : NextLine: 2021-11-17 09:36:09.5092|INFO|99|This is a test for multiline events
02-15 11:50:24.091 TRACE Device.Source.Local.TestFF : Match found for starting filter/regex line: 2021-11-17 09:36:09.5092|INFO|99|This is a test for multiline events
02-15 11:50:24.091 TRACE Device.FileReader.test.log : NextLine: this is the second line of a multiline event
02-15 11:50:24.092 TRACE Device.FileReader.test.log : NextLine: this is the third and last line of the multiline event. TheSessionID = 111111-ab12-c345-6d78-90e12345fghi7
02-15 11:50:24.094 TRACE Device.Source.Local.TestFF : Match found for ending filter/regex line: this is the third and last line of the multiline event. TheSessionID = 111111-ab12-c345-6d78-90e12345fghi7