mirror of
https://github.com/garethgeorge/backrest.git
synced 2025-12-15 10:05:42 +00:00
feat: basic forget support in backend and UI
This commit is contained in:
@@ -42,7 +42,7 @@ func loggingFunc(l *zap.Logger) logging.Logger {
|
||||
case logging.LevelDebug:
|
||||
logger.Debug(msg)
|
||||
case logging.LevelInfo:
|
||||
logger.Info(msg)
|
||||
logger.Debug(msg)
|
||||
case logging.LevelWarn:
|
||||
logger.Warn(msg)
|
||||
case logging.LevelError:
|
||||
|
||||
Reference in New Issue
Block a user