Bug 55518 - 1/3 of UDM REST API log file filled with warnings about mapValueDecoded
1/3 of UDM REST API log file filled with warnings about mapValueDecoded
Status: NEW
Product: UCS
Classification: Unclassified
Component: UDM - REST API
UCS 5.0
Other Linux
: P5 normal (vote)
: ---
Assigned To: UMC maintainers
UMC maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2022-12-23 11:49 CET by Daniel Tröder
Modified: 2022-12-23 11:49 CET (History)
1 user (show)

See Also:
What kind of report is it?: Bug Report
What type of bug is this?: 2: Improvement: Would be a product improvement
Who will be affected by this bug?: 5: Will affect all installed domains
How will those affected feel about the bug?: 2: A Pain – users won’t like this once they notice it
User Pain: 0.114
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional):
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Tröder univentionstaff 2022-12-23 11:49:31 CET
The UDM REST API logs the following line over and over:

23.12.22 10:08:55.985  ADMIN       ( WARN    ) : mapValueDecoded returns a list for service. This is probably not wanted?

The amount this is logged is impeding proper reading of the log file:

wc -l directory-manager-rest.log 
36220 directory-manager-rest.log

grep -c mapValueDecoded directory-manager-rest.log
14160

More than 1/3 of all lines in a log file is filled with a warning the customer cannot do anything about.
It is really annoying, when you have to actually work with the log file.

Suppress the warning or fix the reason for it.