tno-terminology-design / tev2-tools

The Terminology Engine (v2) is a set of specifications and tools that caters for the creation and maintenance (i.e. curation) of terminologies. This repository contains the sources for the tools.
Apache License 2.0
2 stars 3 forks source link

Handlebars template/helper for outputing texts and logging at the same time. #45

Open RieksJ opened 7 months ago

RieksJ commented 7 months ago

@Ca5e : The TRRT configuration for tev2-specifications should have an error-converter that simply outputs the showtext, AND logs that it didn't find an MRG entry. I have tried this as follows:

image

This works in the sense that I can see logs for entries that do not exist.

However, it also produces this error at the beginning of the TRRT log:

image

And further on, there are lots of log lines such as this:

image

How can we do this (simply output the showtext, AND logs that it didn't find an MRG entry) without getting all these errors?

Ca5e commented 7 months ago

@RieksJ could you revisit this issue with the newest run of tev2-specifciations that uses the newest published packages?

RieksJ commented 7 months ago

It still has the problems.

Line 138 in the log-shot below (see this log) says there is some error, which I assume is related to the error converter:

image

However:

image