Skip to content

Commit

Permalink
Merge pull request #416 from sbesson/logging_config_parse
Browse files Browse the repository at this point in the history
Parse omero.logging properties under new Logging heading
  • Loading branch information
jburel committed Jul 12, 2024
2 parents b53620e + 1ab7161 commit 2891df1
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 @@ -60,6 +61,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 2891df1

Please sign in to comment.