clojure-emacs / logjam

An interactive, nrepl-oriented logging backend
Eclipse Public License 1.0
1 stars 0 forks source link

Introduce `logjam.appender.default-event-size` configuration option #14

Closed vemv closed 6 months ago

vemv commented 6 months ago

I think that personally I'll want a rather low maximum, say 1000 max, for usability.

But I have no particular opinion on what the right default size should be.

The use of system properties seems nice as it's a pretty universal mechanism, that is there at JVM startup (which is useful in the context of logging).

In a future we could have more settings exposed as system properties.

Maybe we could even tell logjam to create a framework+appender at JVM startup - would seem nicely declarative.

Cheers - V

vemv commented 6 months ago

🍻!