Skip to content

Commit 54aba2d

Browse files
committed
docs: Add instructions for testing logging.
1 parent ed35ccc commit 54aba2d

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

docs/testing_and_debugging.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,15 @@ so that you maintain your command history:
6565
6666
6767
.. _edx-platform testing documentation: https://docs.openedx.org/projects/edx-platform/en/latest/concepts/testing/testing.html#running-python-unit-tests
68+
69+
Custom Logging Testing
70+
----------------------
71+
72+
If you would like to test modifications to the docker logging configuration as
73+
listed in the custom-created `public-dockerfiles logging configuration`_, the ``docker-production.py``
74+
file won't exist in devstack due to the local edx-platform copy being mounted as a volume over it.
75+
76+
Any changes will need to be copied over into ``/py_configuration_files/{lms,cms}.py`` to be
77+
tested on devstack.
78+
79+
.. _public-dockerfiles logging configuration: https://github.com/edx/public-dockerfiles/blob/75aa946f58b9d897ae1f738b2c89aefb1af09147/dockerfiles/edx-platform.Dockerfile#L262-L264

0 commit comments

Comments
 (0)