feat: basic forget support in backend and UI

This commit is contained in:
garethgeorge
2023-11-30 22:42:00 -08:00
parent 7e93e088ef
commit d22d9d1a05
37 changed files with 852 additions and 433 deletions

View File

@@ -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: