Feature summary (what you would like to be able to do and where):
Use case(s) (list the steps that you performed to discover that problem, and describe the actual underlying problem which you want to solve. Do not describe only a solution):
Reduce needed logging volume
Benefits (why should this be implemented?):
Allows to enable the feature on commons
Description from T198627:
When a file such as File:Barossa Rams logo.png is uploaded, log entries are generated in both the upload and creation logs. The creation log entry, however, is redundant to the upload log entry, so only an upload entry should be generated when uploading a new file. We could also create a maintenance script that deletes creation log entries that duplicate upload log entries.