Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
projecttwo
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangtao
projecttwo
Commits
1d3cbce4
Commit
1d3cbce4
authored
Jun 23, 2025
by
wangzhengwen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
log config
parent
be362d47
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
+16
-0
log.php
config/log.php
+16
-0
No files found.
config/log.php
View file @
1d3cbce4
...
...
@@ -38,5 +38,21 @@ return [
// 是否实时写入
'realtime_write'
=>
false
,
],
// 新增支付任务专用通道
'payment_task'
=>
[
'type'
=>
'file'
,
'path'
=>
runtime_path
(
'log'
)
.
'payment_task/'
,
// 独立目录
'single'
=>
true
,
// 单个文件(否则按日期分割)
'file_name'
=>
'task.log'
,
// 固定文件名
'level'
=>
[
'info'
,
'error'
],
// 只记录 info 和 error
],
//
'project_task'
=>
[
'type'
=>
'file'
,
'path'
=>
runtime_path
(
'log'
)
.
'project_task/'
,
// 独立目录
'single'
=>
true
,
// 单个文件(否则按日期分割)
'file_name'
=>
'task.log'
,
// 固定文件名
'level'
=>
[
'info'
,
'error'
],
// 只记录 info 和 error
],
],
];
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment