File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments