VOLTTRON / volttron

VOLTTRON Distributed Control System Platform
https://volttron.readthedocs.io/
Other
455 stars 216 forks source link

RabbitMQ standard out/error logging issue #1771

Closed craig8 closed 5 years ago

craig8 commented 6 years ago

Description of Issue

When starting up a new rabbitmq volttron, the logging starts printing to stdout initially instead of being all redirected to the log file.

volttron -vv -l volttron.log &
(volttron)osboxes@osboxes ~/git/volttron $ DEBUG:volttron.platform.main:open file resource limit increased from 1024 to 1048576
DEBUG:volttron.platform.main:open file resource limit 1024 to 1048576
DEBUG:volttron.platform.main:using key-store file /home/osboxes/.volttron/keystore
INFO:volttron.platform.main:public key: Lj6b-9iXGYWmsU_AgoMRRYjqQy2HFWj9_LMa-KG-QVU
DEBUG:volttron.platform.main:protected topics file /home/osboxes/.volttron/protected_topics.json
DEBUG:volttron.platform.main:external_address_file file /home/osboxes/.volttron/external_address.json
DEBUG:volttron.platform.main:********************************************************************
DEBUG:volttron.platform.main:VOLTTRON PLATFORM RUNNING ON rmq MESSAGEBUS
DEBUG:volttron.platform.main:********************************************************************
DEBUG:root:Creating RMQ Core config.store
DEBUG:volttron.platform.vip.agent.core:instance:volttron1
DEBUG:volttron.platform.vip.agent.core:AGENT RUNNING on RMQ Core config.store
DEBUG:volttron.platform.vip.agent.core:address: inproc://vip
(volttron)osboxes@osboxes ~/git/volttron $ vctl status
INFO:requests.packages.urllib3.connectionpool:Starting new HTTPS connection (1): osboxes
DEBUG:requests.packages.urllib3.connectionpool:"GET /api/permissions/volttron/volttron1.control.connection HTTP/1.1" 200 415
No installed Agents found

Affected Version

RabbitMQ Version

shwethanidd commented 5 years ago

Closing old issue