Skip to content

Improved logging and error message in UserCommitFiles

Sami Hiltunen requested to merge smh-log-user-commit-files into master

UserCommitFiles Go port is returning reference not found errors on staging. The error itself nor the logs contain enough information to really say what went wrong. This commit improves the logging by adding many of the requests fields to the logs and adding detail to the error message returned when parent comit resolving fails.

Merge request reports