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:
parent
ce7d595427
commit
517e051f2d
9 changed files with 232 additions and 107 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue