Skip to content

Commit c7f9aff

Browse files
Update README to remove development status warning
Removed warning about active development status and updated checklist.
1 parent 29b402a commit c7f9aff

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@
99
[![Clojars Project](https://img.shields.io/clojars/v/org.clojars.lukaszkorecki/mokujin.svg)](https://clojars.org/org.clojars.lukaszkorecki/mokujin)
1010
[![Clojars Project](https://img.shields.io/clojars/v/org.clojars.lukaszkorecki/mokujin-logback.svg)](https://clojars.org/org.clojars.lukaszkorecki/mokujin-logback)
1111

12-
13-
> [!WARNING]
14-
> While Mokujin has been used in live, production applications - it's still under *active* development,
15-
> consider the API stable-ish, with possible small changes here and there. See [the roadmap](#todo) section.
16-
1712
## Just enough (structured) logging
1813

1914
### Quick example
@@ -303,5 +298,4 @@ From there, Open Telemetry will automatically capture MDC attributes and attach
303298
- [x] Improve performance of adding/removing keys from the MDC - see Cambium's or Aviso-logging source for a good approach
304299
- [x] Finalize `log/error` API - it works, but there are cases where its usage can be confusing
305300
- [x] Split library into core and logback-specific components
306-
- [ ] timing support - some form of `with-timing` macro or an arg on `with-context`
307301
- [ ] Provide a way to customize how context data is transformed?

0 commit comments

Comments
 (0)