ome / omero-py

Python project containing Ice remoting code for OMERO
https://www.openmicroscopy.org/omero
GNU General Public License v2.0
20 stars 31 forks source link

Parse omero.logging properties under new Logging heading #416

Open sbesson opened 2 weeks ago

sbesson commented 2 weeks ago

See https://github.com/ome/openmicroscopy/pull/6393, this adds the corresponding changes to the omero config parse [--rst] command so that the properties gets properly parsed and included in a new section under https://omero.readthedocs.io/en/stable/sysadmins/config.html

To test these changes, a server binary needs to be built with the changes from https://github.com/ome/openmicroscopy/pull/6393. Running OMERODIR=path_to_server omero config parse --rst should now include a Logging section with all omero.logging properties descriptions and their default values.

I expect that with the current 5.6.11 release of OMERO.server which does not includes these properties under etc/omero.properties, these additions should be a no-op and not impact the generated documentation.