enso/tools
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
..
build-performance Faster dev builds; tooling for measuring build times and app performance. (#3491) 2022-06-02 19:24:18 +00:00
ci Dockerize NodeJS-based Ydoc (#10811) 2024-08-15 13:04:53 +00:00
enso4igv Bump webpack from 5.76.0 to 5.94.0 in /tools/enso4igv (#10916) 2024-08-29 09:33:55 +00:00
graphmod Add a markdown style guide (#1022) 2020-07-21 13:59:40 +01:00
http-test-helper Pending Audit Logs are sent in batches (#10918) 2024-08-30 15:10:54 +02:00
language-server Bump clap to v4 (#9595) 2024-04-03 11:32:03 +00:00
legal-review Reduce akka logs in PM and LS (#10967) 2024-09-04 16:58:21 +02:00
legal-review-helper Format TS code (#10648) 2024-07-26 17:47:59 +10:00
native-image-config-cleanup Format TS code (#10648) 2024-07-26 17:47:59 +10:00
performance Stop publishing First/Last as constructors and use auto-scoping for take and drop. (#10467) 2024-07-08 10:26:30 +00:00
simple-library-server Format TS code (#10648) 2024-07-26 17:47:59 +10:00
README.md Add a markdown style guide (#1022) 2020-07-21 13:59:40 +01:00

Enso Tools

This folder contains various tools and utilities that aid in the development of the Enso programming language. It should not be used as a dumping ground for things that have better places, but instead is used to hold things that should be part of this repository but do not have another sensible place for them.