Uploaded image for project: 'Quarkus'
  1. Quarkus
  2. QUARKUS-1268

quarkus.log.min-level doesn't overwrite quarkus.log.level

XMLWordPrintable

      TD: https://github.com/quarkus-qe/quarkus-test-suite/pull/258

      related issues: https://github.com/quarkusio/quarkus/issues/20066

      According to the doc 

      There are two logging level settings: logging level and minimum logging level. The default logging level is INFO, the default minimum logging level is DEBUG.
      
       You can adjust both either globally, using the quarkus.log.level and quarkus.log.min-level property, or by category.When you set the logging level below the minimum logging level, you must adjust the minimum logging level as well. Otherwise, the value of minimum logging level overrides the logging level.
      

      However, my impression is that the property `quarkus.log.min-level` is not working at all. The log level is driven by `quarkus.log.level`

      CC gsmet@redhat.com 

            Unassigned Unassigned
            rhn-support-pagonzal Pablo Gonzalez Granados (Inactive)
            Pablo Gonzalez Granados Pablo Gonzalez Granados (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: