Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.26.1
-
Fix Version/s: 3.28.0
-
Notability:n/a
Description
This query does not log its params:
2020-08-19 12:20:09,426-0500 DEBUG [event-13-thread-41] admin org.sonatype.nexus.repository.yum.internal.database.YumQueryComponent - Finding RPMs last updated with query: SELECT FROM asset WHERE bucket=:bucket AND last_updated > :lastupdated AND component IS NOT NULL
As such the log statement is practically useless as is.
Expected
Adjust the log statement to log the params and the query at the same time.