日志保存30天

This commit is contained in:
Wisp X
2018-11-20 15:33:28 +08:00
parent 04c07a8ba9
commit 80b77e7acd
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -50,7 +50,6 @@
<script src="/static/bootstrap-fileinput/4.5.1/js/locales/zh.js"></script>
<script src="/static/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script>
var clipboard = new ClipboardJS('.copy', {
text: function(trigger) {
return $(trigger).parent('li').text();
+1 -1
View File
@@ -24,7 +24,7 @@ return [
// 独立日志级别
'apart_level' => [],
// 最大日志文件数量
'max_files' => 0,
'max_files' => 30,
// 是否关闭日志写入
'close' => false,
];