fix(merge_component): 🚧 try fix delayed commit show

Try solving delayed commit show, WIP topping and string param display for commit modal
This commit is contained in:
pakintada@gmail.com 2024-03-02 11:15:48 +07:00
parent ce7d595427
commit 517e051f2d
9 changed files with 232 additions and 107 deletions

View file

@ -33,9 +33,10 @@ func (tl *TaoLogger) initConfig() *zap.Logger {
EncodeTime: zapcore.ISO8601TimeEncoder,
}), zapcore.AddSync(&lumberjack.Logger{
Filename: "services/logger/serverlog.log",
MaxSize: 10, // megabytes
MaxSize: 5, // megabytes
MaxAge: 28, //days
LocalTime: true,
Compress: true,
}), enableDebugMode),
zapcore.NewCore(zapcore.NewConsoleEncoder(zapcore.EncoderConfig{
TimeKey: "timestamp",