Geo: Improve Gitlab::BackupLogger severity in `puts_time` method
The following discussion from !141642 (merged) should be addressed:
-
@jtapiab started a discussion: (+1 comment) suggestion: There is a current problem when we use
puts_time
for failures in file compression in backups, and the log has a severityinfo
. If we want to keep this logger method we should at least make the severity configurable. WDYT?I think it makes sense to improve the logger. We should have a separate method to provide "WARN" and "ERROR" type of messages (and send those to the logger accordingly), similar to how we do in GDK.