enso/engine/runner/src
Hubert Plociniczak a5ebdf4e79
Fix logging in CLI (#11472)
* Fix logging in CLI

Previously, unless `--logger-connect` was used, CLI would always
fallback to console logging. In addition it would be misconfigured if
`application.conf` was provided with logging configuration.

This change makes sure that CLI uses the same logging infrastructure as
the rest of the system.
As a result, CLI will now by default not only log to the console and
respect the provided configuration but also log to the file system.

* Update docs

* c&p error

* More examples
2024-11-07 16:03:19 +01:00
..
main Fix logging in CLI (#11472) 2024-11-07 16:03:19 +01:00
test/java/org/enso/runner Make sure unrecognized CLI command message is printed (#11357) 2024-10-18 17:13:02 +02:00