daml/daml-assistant/daml-helper
Moritz Kiefer 63d855f202
Pass damlc build logs through daml logger (#11485)
* Pass `damlc build` logs through daml logger

This gives us some timings which can be useful in some
circumstances (I want timings around data-dependencies next).

I also changed the default log level to INFO. The `damlc build` output
doesn’t get any noisier from that.

Example output:

```
2021-11-01 15:25:17.16 [INFO]  [build]  []
Compiling foobar to a DAR.

2021-11-01 15:25:17.80 [INFO]  [build]  []
Created .daml/dist/foobar-0.0.1.dar
```

changelog_begin
changelog_end

* Adjust scenario service log level

changelog_begin
changelog_end

* Adjust tests

changelog_begin
changelog_end

* delete comment

changelog_begin
changelog_end
2021-11-02 12:10:09 +00:00
..
src/DA/Daml/Helper Pass damlc build logs through daml logger (#11485) 2021-11-02 12:10:09 +00:00
test/DA/Daml/Helper/Test Reuse sandbox & JSON API across daml ledger tests (#11214) 2021-10-13 11:19:44 +02:00
test-data update copyright notices for 2021 (#8257) 2021-01-01 19:49:51 +01:00
BUILD.bazel Bump resources for daml-ledger tests (#10984) 2021-09-22 13:11:14 +00:00