Score:0

Output of an cron controlled python script

bd flag

normally i use 'logging' to send messages of my python script into the syslog.

example:

import logging
logging.basicConfig(level=logging.INFO, format="[%(module)s] %(message)s")
...
logging.info('**** Failed to Connect to : {0} '.format(e))

Now, i use cron to execute the python script. I see in the syslog, that cron itself execute the python script. But didn't see any logging.info from the python script itself.

I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.