enso/lib/scala/project-manager
Dmitry Bushev 725841467f
Log exceptions with stack traces (#5871)
close #5070

Changelog:
- Include the original exception to log expressions
- Enable logging of Akka Actors' lifecycle events on debug logging level
- Decrease the severity of interruption log messages because interruptions are part of the workflow. The computation can be interrupted at any time, and still be recomputed after. Warnings are just misleading in this case.
2023-03-11 08:23:31 +00:00
..
src Log exceptions with stack traces (#5871) 2023-03-11 08:23:31 +00:00
README.md Add a markdown style guide (#1022) 2020-07-21 13:59:40 +01:00

Project Manager

This library implements the functionality and messages backing the project manager component of the Enso Protocol.