Skip to content

Commit ce22deb

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

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`_, this
74+
file won't exist in devstack due to the local edx-platform copy overriding it.
75+
76+
Any changes will need to be copied over into ``/py_configuration_files/(lms|cms).py`` to be tested
77+
on devstack.
78+
79+
:: _public-dockerfiles logging configuration:https://github.com/edx/public-dockerfiles/blob/main/dockerfiles/edx-platform.Dockerfile#L262-L264

0 commit comments

Comments
 (0)