From: John R. <Joh...@ou...> - 2024-03-14 20:27:48
|
Hi Geoff, No, I realized that now. It was because of Sikuli that I use for controlling the GUI in our GUI-tests with TextTest. I found a solution for it so I didn't have to filter it, but thanks for the tip. For anyone who wants to know I fixed it by creating a log4j.properties-file and pointed it out with a flag when I start the java environment like so: -Dlog4j.configuration=file:///SikuliX/log4j.properties Best regards John ________________________________ Från: Geoff Bache <geo...@gm...> Skickat: den 14 mars 2024 13:23 Till: General list for texttest issues <tex...@li...> Ämne: Re: [Texttest-users] Log4j warning Hi John, TextTest itself doesn't use log4j, I suspect you're using or testing some Java program. The great thing is though, if you don't care you can filter it away... Regards, Geoff On Wed, Mar 13, 2024 at 4:47 PM John Rydén <Joh...@ou...<mailto:Joh...@ou...>> wrote: > Hi! > I get a warning lately from log4j saying: ”No appenders could be found for logger” > > Does anyone know how to handle that? > > Best regards > John _______________________________________________ Texttest-users mailing list Tex...@li...<mailto:Tex...@li...> https://lists.sourceforge.net/lists/listinfo/texttest-users |