Skip to content

Commit

Permalink
Merge branch 'rmq_version_update' of github.com:schandrika/volttron i…
Browse files Browse the repository at this point in the history
…nto rmq_version_update
  • Loading branch information
schandrika committed Sep 17, 2023
2 parents f5fbaf5 + 2587209 commit c5bcf37
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pytest-auth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,15 @@ jobs:
with:
name: pytest-report
path: output/test-auth-${{matrix.os}}-${{ matrix.python-version }}-results.xml

# - name: Publish Unit Test Results
# uses: EnricoMi/[email protected]
# if: always()
# with:
# github_token: ${{ secrets.WORKFLOW_ACCESS_TOKEN }}
# files: output/test-testutils*.xml


#-cov=com --cov-report=xml --cov-report=html
# pytest tests.py --doctest-modules --junitxml=junit/test-results.xml --cov=com --cov-report=xml --cov-report=html
# - name: Lint with flake8
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,8 @@ connect to empd (port 4369) on <hostname>." Note: RabbitMQ startup error would s
and not in RabbitMQ logs (/var/log/rabbitmq/[email protected])

##### 3. Bootstrap
Remove older version of rabbitmq_server directory. Defaults to <user_home>/rabbitmq_server/rabbitmq_server-3.9.7
Remove older version of rabbitmq_server directory if you are upgrading from a older version.
Defaults to <user_home>/rabbitmq_server/rabbitmq_server-3.9.7

Run the rabbitmq boostrap command within an activated VOLTTRON environment

Expand Down
3 changes: 2 additions & 1 deletion docs/source/introduction/platform-install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,8 @@ to connect to empd (port 4369) on <hostname>."

Step 4 - Bootstrap the environment
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Remove older version of rabbitmq_server directory. Defaults to <user_home>/rabbitmq_server/rabbitmq_server-3.9.7
Remove older version of rabbitmq_server directory if you are upgrading from a older version. Defaults to
<user_home>/rabbitmq_server/rabbitmq_server-3.9.7

Run the rabbitmq bootstrap step from within an VOLTTRON activated environment.
.. code-block:: bash
Expand Down
3 changes: 2 additions & 1 deletion volttron/platform/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@
log_level_info = (
#'volttron.platform.main',
'volttron.platform.vip.zmq_connection',
'urllib3.connectionpool',
'watchdog.observers.inotify_buffer',
'volttron.platform.auth',
'volttron.platform.store',
Expand All @@ -148,6 +147,8 @@
for log_name in log_level_info:
logging.getLogger(log_name).setLevel(logging.INFO)

logging.getLogger('urllib3.connectionpool').setLevel(logging.WARNING)

VOLTTRON_INSTANCES = '~/.volttron_instances'


Expand Down

0 comments on commit c5bcf37

Please sign in to comment.