daml/triggers
Stefano Baghino 0ffb88a6ca
Add logback.xml file in the distributable JAR for the Trigger Service (#13295)
Fixes #13042

changelog_begin
[Trigger Service] Debug logging is now hidden by default. See #13042
changelog_end

Summary of changes:
- remove unused `exports_files`
- refactor trigger-service-binary rules in a single comprehension
- add the `logback.xml` file in the JAR root

Tested manually: listed the contents of the output of `bazel build //triggers/service:trigger-service-binary-ce_deploy.jar` and `bazel build //triggers/service:trigger-service-binary-ee_deploy.jar` before and after the fix, observed that the only difference is the `logback.xml` file in the JAR root; added a debug logger call and ran both JARs before and after the fix, observed that after the fix the debug logging line is no longer printed.
2022-03-15 16:03:01 +00:00
..
daml hunt down DAML better (#13195) 2022-03-08 17:04:58 +01:00
runner Triggers: Connect Logging context from Triggers to the Speedy. (#13009) 2022-02-22 18:28:49 +01:00
service Add logback.xml file in the distributable JAR for the Trigger Service (#13295) 2022-03-15 16:03:01 +00:00
tests Interface methods can use plain function declaration syntax (#13102) 2022-03-02 15:59:01 +00:00