This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rajeevkchaurasia
Recipients rajeevkchaurasia, serhiy.storchaka
Date 2021-06-14.09:58:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1623664723.77.0.147134417938.issue44415@roundup.psfhosted.org>
In-reply-to
Content
self.logger = lib.logger.Log()

We have cronjob entry to call the application everyday
$crontab -e
0 1 * * * /scratch/rajeev/cronjob/exachk.sh

exachk.sh makes call to my python application as-
python3 /opt/oracle.ahf/exachk/exachk.py

Yes I am redirecting stdout to-

sys.stdout = lib.debugger.Tee("/tmp/exachk_screen_output_061321_23211.log")

I am not redirecting stderr anywhere.
History
Date User Action Args
2021-06-14 09:58:43rajeevkchaurasiasetrecipients: + rajeevkchaurasia, serhiy.storchaka
2021-06-14 09:58:43rajeevkchaurasiasetmessageid: <1623664723.77.0.147134417938.issue44415@roundup.psfhosted.org>
2021-06-14 09:58:43rajeevkchaurasialinkissue44415 messages
2021-06-14 09:58:43rajeevkchaurasiacreate