This website requires JavaScript.
Explore
Help
Sign In
enso-org
/
enso
Watch
1
Star
1
Fork
0
You've already forked enso
mirror of
https://github.com/enso-org/enso.git
synced
2025-01-04 20:34:40 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
eeaddbc434
enso
/
tools
/
legal-review
/
engine
/
com.lihaoyi.sourcecode_2.13-0.3.0
/
files-keep
2 lines
42 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Reduce extra output in compilation and tests (#7809) * Reduce extra output in compilation and tests I couldn't stand the amount of extra output that we got when compiling a clean project and when executing regular tests. We should strive to keep output clean and not print anything additional to stdout/stderr. * Getting rid of explicit setup by service loading In order for SL4J to use service loading correctly had to upgrade to latest slf4j. Unfortunately `TestLogProvider` which essentially delegates to `logback` provider will lead to spurious ambiguous warnings on multiple providers. In order to dictate which one to use and therefore eliminate the warnings we can use the `slf4j.provider` env var, which is only available in slf4j 2.x. Now, there is no need to explicitly call `LoggerSetup.get().setup()` as that is being called during service setup. * legal review * linter * Ensure ConsoleHandler uses the default level ConsoleHandler's constructor uses `Level.INFO` which is unnecessary for tests. * report warnings
2023-10-16 11:57:44 +03:00
/com-lihaoyi/sourcecode/blob/main/LICENSE
Reference in New Issue
Copy Permalink