sonatype / nxrm3-helm-repository

Helm3 charts for Nexus Repository Manager
Other
33 stars 37 forks source link

How to set logging level #54

Open chanwook-lee opened 11 months ago

chanwook-lee commented 11 months ago

Hi, I'm going to set logging level of nexus repository,

in values.yaml, I set

nexus:
  properties:
    override: true
    data:
      root.level: ERROR

But, when I install nexus through helm, it couldn't work.

When after the pod run, root.level=ERROR is written in /nexus-data/etc/nexus.properties Screenshot 2023-09-19 at 6 07 04 PM

How can I fix it? Thanks.