On some Linux servers we are not able to see the message "Listening for webex teams events..." and the only message we get is below :
LoggerProxy->error#NO LOGGER DEFINED
Because of this missing listener process the bot never responds to any of the requests generated from any webex space .
Can you suggest how to troubleshoot this issue further ?? How can more logging be enabled ??
Our startup command is
docker run
-e PORT=8000
-e https_proxy=http://.......
-e http_proxy=http://.......
-e JENKINS_URL=http://.....
-e WEBEX_TOKEN=.....
-e PASS_USER_TO_JENKINS=true
--rm --name nonprod-bot
docker.artifactory.us......
Jenkins URL is accessible from all environments.
Please help
On some Linux servers we are not able to see the message "Listening for webex teams events..." and the only message we get is below :
LoggerProxy->error#NO LOGGER DEFINED
Because of this missing listener process the bot never responds to any of the requests generated from any webex space .
Can you suggest how to troubleshoot this issue further ?? How can more logging be enabled ??
Our startup command is
docker run
-e PORT=8000
-e https_proxy=http://.......
-e http_proxy=http://.......
-e JENKINS_URL=http://.....
-e WEBEX_TOKEN=.....
-e PASS_USER_TO_JENKINS=true
--rm --name nonprod-bot
docker.artifactory.us......
Jenkins URL is accessible from all environments.
Please help