Uploaded image for project: 'logback'
  1. logback
  2. LOGBACK-1069

LogbackValve configuration from resource

    XMLWordPrintable

Details

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Minor Minor
    • 1.1.6
    • 1.1.3
    • logback-access
    • None

    Description

      To use logback access with Spring Boot and its embedded Tomcat I find myself having to set up the LogbackValve programmatically.

      My app's configuration is packaged as a resource inside the application jar, however ch.qos.logback.access.tomcat.LogbackValve has only a setFilename method that requires a path to a normal java.io.File.

      I propose to refactor the class and add the possibility to read from classpath resources as well. In alternative moving the configuration reading operation to a dedicated method that a subclass can override would be enough.
      The second approach should be trivial and I could provide a patch if desired.

      Attachments

        Activity

          People

            ceki Ceki Gülcü
            aratto Andrea Ratto
            Votes:
            2 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: