daml/daml-assistant
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
..
daml-helper Pass damlc build logs through daml logger (#11485) 2021-11-02 12:10:09 +00:00
daml-project-config/DA/Daml/Project telemetry: use an extra cache directory for telemetry (#8439) 2021-01-15 11:44:18 +01:00
daml-sdk Split daml test-script code into a separate library (#9674) 2021-05-13 12:58:31 +02:00
exe/DA/Daml rewrite trigger docs to follow gsg (#10509) 2021-08-17 13:28:07 +00:00
integration-tests Drop assistant integration tests for relative/absolute DAML_PROJECT (#11461) 2021-10-29 09:04:11 +00:00
scala-daml-project-config Upgrade Scalatest to v3.2.9. (#10576) 2021-08-12 23:19:35 +00:00
src/DA/Daml/Assistant Daml assistant capitalization (#10140) 2021-06-29 14:32:44 +02:00
test/DA/Daml/Assistant telemetry: use an extra cache directory for telemetry (#8439) 2021-01-15 11:44:18 +01:00
BUILD.bazel Block concurrent SDK installations. (#9640) 2021-05-11 16:36:19 +00:00
daml-project-config.cabal update copyright notices to 2020 (#3939) 2020-01-02 21:21:13 +01:00
get-daml.sh Daml case and logo (#8433) 2021-01-08 12:50:15 +00:00