On Mon, Oct 25, 2021 at 3:27 PM Thomas Monjalon <tho...@monjalon.net> wrote: > > > > There is a concern about getting efficient log report, > > > > especially when looking at CI issues. > > > > > > +1. > > > The current solution with logs is a real pain. > > > > Are you guys talking about problems with > > app/test/sample_packet_forward.* David reported? > > Or some extra problems arise? > > The problem will arise each time an app is misbehaving. > That's going to be a recurring problem in the CI. >
One thing that could be done is compiling with asserts in CI, and let default build not have those asserts. Otherwise, logging once should be enough (I have a patch for this latter idea). -- David Marchand