enso-org / enso

Hybrid visual and textual functional programming.
https://enso.org
Apache License 2.0
7.34k stars 323 forks source link

Reduce akka logs in PM and LS #10967

Closed hubertp closed 1 month ago

hubertp commented 1 month ago

Pull Request Description

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.

Important Notes

(Akka) Logs are back in order.