-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 2021.17
-
Fix Version/s: 10.10-HF63, 2021.20
-
Component/s: TransientStore
Since NXP-30851, the method KeyValueBlobTransientStore#computeStorageSize display a WARN message to indicate the storage size for a computation
log.warn("Storage size for {}: {} bytes", name, size);
=> it makes this message displayed X times every 15 minutes (X depends on the number of computations configured on the Nuxeo node)
The request is to change the log level to INFO to prevent from printing the message to the logs by default.
- links to