jhannes / logevents

An easy-to-extend implementation of SLF4J with batteries included and sensible defaults
Other
42 stars 8 forks source link

Observers configured from environment should read lower-case property values #54

Closed jhannes closed 2 years ago

jhannes commented 2 years ago

Currently this doesn't work because the observer is named BUFFER, not buffer

        environment.put("LOGEVENTS_OBSERVER_BUFFER", "CircularBufferLogEventObserver");
        configuration.put("observer.buffer.capacity", "15");