Dimensione massima log
All checks were successful
Compila e pubblica sul registro integrato / Build-Docker-Image (push) Successful in 8m22s
All checks were successful
Compila e pubblica sul registro integrato / Build-Docker-Image (push) Successful in 8m22s
This commit is contained in:
@@ -23,6 +23,13 @@ module.exports = {
|
||||
dayjs.extend(utc);
|
||||
dayjs.extend(timezone);
|
||||
dayjs.tz.setDefault(dayjs.tz.guess());
|
||||
return dayjs().format("DD/MM/YYYY HH:mm:ss.sss");
|
||||
return dayjs().format("DD/MM/YYYY HH:mm:ss");
|
||||
},
|
||||
maxLogSize: 10,
|
||||
setMaxLogSize(maxLogSize) {
|
||||
this.maxLogSize = maxLogSize;
|
||||
},
|
||||
getMaxLogSize() {
|
||||
return this.maxLogSize;
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user