Skip to content

Commit

Permalink
Parse omero.logging properties under new Logging heading
Browse files Browse the repository at this point in the history
  • Loading branch information
sbesson committed Jun 19, 2024
1 parent 8d8108d commit 1ab7161
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/omero/install/config_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ def get_reference(self):
ICE_HEADER = Header("Ice", reference="ice")
LDAP_HEADER = Header("LDAP", reference="ldap")
JVM_HEADER = Header("JVM", reference="jvm")
LOGGING_HEADER = Header("Logging", reference="log")
MISC_HEADER = Header("Misc", reference="misc")
PERFORMANCE_HEADER = Header("Performance", reference="performance")
SCRIPTS_HEADER = Header("Scripts", reference="scripts")
Expand All @@ -59,6 +60,7 @@ def get_reference(self):
"omero.managed": FS_HEADER,
"omero.ldap": LDAP_HEADER,
"omero.jvmcfg": JVM_HEADER,
"omero.logging": LOGGING_HEADER,
"omero.sessions": PERFORMANCE_HEADER,
"omero.threads": PERFORMANCE_HEADER,
"omero.throttling": PERFORMANCE_HEADER,
Expand Down

0 comments on commit 1ab7161

Please sign in to comment.