enso/lib
Hubert Plociniczak 8b30998afb
Reduce akka logs in PM and LS (#10967)
* Reduce akka logs in PM and LS

After #10905 we suddenly got a lot of (useless) logs from akka in
project-manager and language-server. After some investigation it turned
out that akka-typed had a special configuration to enable logging in
akka using slf4j.
As we don't need the whole library for that I only stole the
configuration.

* nit

* licensing

* missing license files
2024-09-04 16:58:21 +02:00
..
java Print out warnings associated with local variables (#10842) 2024-08-21 07:00:54 +00:00
js/runner Format TS code (#10648) 2024-07-26 17:47:59 +10:00
rust Remove all usages of unstable rust features (#10813) 2024-08-22 14:09:17 +00:00
scala Reduce akka logs in PM and LS (#10967) 2024-09-04 16:58:21 +02:00
README.md Add a markdown style guide (#1022) 2020-07-21 13:59:40 +01:00

Libraries

This directory contains the libraries that should remain in this project, but that are not technically part of the main language implementation itself.