hyperledger / identus-cloud-agent

Identus Cloud Agent
https://identus.io/
Apache License 2.0
77 stars 20 forks source link

Quill library produces a lot of noisy logs in compile and runtime #1247

Open yshyn-iohk opened 2 months ago

yshyn-iohk commented 2 months ago

Is this a regression?

No

Description

Quill library produces a lot of noisy logs in compile and runtime This should be fixed by:

Please provide the exception or error you saw

No response

Please provide the environment you discovered this bug in

No response

Anything else?

No response

patlo-iog commented 1 month ago

https://github.com/hyperledger/identus-cloud-agent/pull/1264 partially solves the issue. This remove all static query log. For Dynamic Query Detected ..., we need update this in the library. This also implies that our agent must use ZIO >= 2.1.x so it is partially blocked by this issue

FabioPinheiro commented 1 week ago

@patlo-iog can you link your other PR that you did to the library itself?

What is the status of that one?

patlo-iog commented 1 week ago

https://github.com/zio/zio-protoquill/pull/473