The mailing list has been closed since July 2022, but continues to serve as an archive of information about QF-Test.
If you want to stay informed about news about QF-Test, you can simply subscribe to our newsletter:
Subscribe to Newsletter
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [QF-Test] Logging in Terminal with Jython
Hi Yann, Yes, it is working fine like this ! Thank you. Cheers, Cédric [@@ THALES GROUP INTERNAL @@] -----Message d'origine----- De : Yann Spoeri, QFS [mailto:yann.spoeri@?.de] Envoyé : mardi 14 novembre 2017 12:25 À : qftest-list@?.de Cc : BENHAROUS Cedric Objet : Re: [QF-Test] Logging in Terminal with Jython Hi all, In a SUT script your script will log the messages into the QF-Test Terminal because all the stdout of the SUT gets redirected into the QF-Test terminal. In a Server Script you are executing the script in QF-Test itself. However the stdout of QF-Test itself is *not* necessarily redirected into the QF-Test terminal. (But you can still access the logging outputs - e.g. on Windows simply use qftestc.exe on the commandline.) You can also use a script with something like this: import logging class Stream(): def write(self, msg): print msg, logger = logging.getLogger('someModule') logger.addHandler(logging.StreamHandler(Stream())) logging.basicConfig(format='%(levelname)s:%(message)s', level=logging.DEBUG) logger.info("info") logger.warn("warn") Hope this helps. Greetings, Yann Am 09.11.2017 um 18:02 schrieb BENHAROUS Cedric: > Hi all, > > We have an issue concerning the use of the logging package inside a Jython server script. > > It does not print any values in QF-Test 4.1.3 in Terminal (unlike the use of print). > > Is there some specific configuration to apply ? > > Code example: > > import logging, sys > > logger = logging.getLogger('someModule') > > logger.addHandler(logging.StreamHandler(sys.stdout)) > > logging.basicConfig(format='%(levelname)s:%(message)s', > level=logging.DEBUG) > > logger.info("info") > > logger.warn("warn") > > Cheers, > > Cédric > > > > _______________________________________________ > qftest-list mailing list > qftest-list@?.de > https://movement.qfs.de/mailman/listinfo/qftest-list > -- Yann Felix Spöri E: yann.spoeri@?.de T: +49 8171 38648-21 F: +49 8171 38648-16 Quality First Software GmbH | www.qfs.de Tulpenstr. 41 | 82538 Geretsried | Germany GF Gregor Schmid, Dr. Martina Schmid, Karlheinz Kellerer HRB München 140833
|
1. Functional cookies
We use functional cookies to ensure the basic functionality of the website.
2. Performance and statistic cookies
We use Matomo for analyzing and optimizing our website. Cookies permit an anonymous collection of information that help us offering you a clear and user-friendly visit of our web pages.
This cookie contains a unique, pseudonymized visitor ID internal to Matomo for recognizing returning visitors.
This cookie is used to track from which website the anonymized user proceeded to our website.
The Matomo session cookie is used to track the visitor's page requests during the session.
is created and should be then directly deleted (used to check whether the visitor’s browser supports cookies).
short lived cookies used to temporarily store data for the visit.
short lived cookies used to temporarily store data for the visit.