merge cms into v2.3.0release

This commit is contained in:
wangchuxiao
2022-09-05 18:11:03 +08:00
69 changed files with 5800 additions and 8266 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ func initMysqlDB() {
Writer{},
logger.Config{
SlowThreshold: 200 * time.Millisecond, // Slow SQL threshold
LogLevel: logger.Error, // Log level
LogLevel: logger.Info, // Log level
IgnoreRecordNotFoundError: true, // Ignore ErrRecordNotFound error for logger
Colorful: true, // Disable color
},