Closed stefan-korn closed 8 months ago
Thanks!
In this PR we deprecated LoggerTrait and made sure it was replaced with a more direct service injection: https://github.com/GetDKAN/dkan/pull/4140
I'll close this issue and the associated PR. Feel free to open a new one if you find something else.
Describe the bug
The metastore service does not output correctly to the log because the logger service is not present.
Steps To Reproduce
for example if this exception is raised, there will be no entry in the log. If you cannot reproduce an exception here, you could just add a log call in the try-part and see that the message is not logged.
Expected behavior
message should be logged.