Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I want to display some information in the scrip log (the one generated after a data reload from the QMC)
I my scrip I’ve put the following instructions:
TRACE +------------------------- WARNING --------------------------+
| The following KPI are missing from the KPI Setting
| and have not been treated.
+------------------------------------------------------------+;
In the debug output, it is displayed correctly, but in the script log, I have the info twice:
20250618T111646.567+0200 1094
20250618T111646.567+0200 1094 TRACE +------------------------- WARNING --------------------------+
20250618T111646.567+0200 1095 | The following KPI are missing from the KPI Setting
20250618T111646.567+0200 1096 | and have not been treated.
20250618T111646.567+0200 1097 +------------------------------------------------------------+
20250618T111646.567+0200 1094 +------------------------- WARNING --------------------------+
20250618T111646.567+0200 1095 | The following KPI are missing from the KPI Setting
20250618T111646.567+0200 1096 | and have not been treated.
20250618T111646.567+0200 1097 +------------------------------------------------------------+
20250618T111646.567+0200 1098
Can I hide one part ?
No.