Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
automatedtestplatform
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
QA
automatedtestplatform
Commits
9b9711b8
Commit
9b9711b8
authored
Oct 26, 2022
by
王英豪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
6f1690da
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
settings.py
AutomatedTestPlatform/settings.py
+3
-3
No files found.
AutomatedTestPlatform/settings.py
View file @
9b9711b8
...
@@ -77,7 +77,7 @@ if ENV_PROFILE == "SERVER":
...
@@ -77,7 +77,7 @@ if ENV_PROFILE == "SERVER":
'default'
:
{
'default'
:
{
'level'
:
'DEBUG'
,
'level'
:
'DEBUG'
,
'class'
:
'logging.handlers.RotatingFileHandler'
,
'class'
:
'logging.handlers.RotatingFileHandler'
,
'filename'
:
'/home/quant_group/
logs
/all.log'
,
# 日志输出文件
'filename'
:
'/home/quant_group/
data/log/release_log
/all.log'
,
# 日志输出文件
'maxBytes'
:
1024
*
1024
*
30
,
# 文件大小
'maxBytes'
:
1024
*
1024
*
30
,
# 文件大小
'backupCount'
:
2
,
# 备份份数
'backupCount'
:
2
,
# 备份份数
'formatter'
:
'standard'
,
# 使用哪种formatters日志格式
'formatter'
:
'standard'
,
# 使用哪种formatters日志格式
...
@@ -86,7 +86,7 @@ if ENV_PROFILE == "SERVER":
...
@@ -86,7 +86,7 @@ if ENV_PROFILE == "SERVER":
'error'
:
{
'error'
:
{
'level'
:
'ERROR'
,
'level'
:
'ERROR'
,
'class'
:
'logging.handlers.RotatingFileHandler'
,
'class'
:
'logging.handlers.RotatingFileHandler'
,
'filename'
:
'/home/quant_group/
logs
/error.log'
,
'filename'
:
'/home/quant_group/
data/log/release_log
/error.log'
,
'maxBytes'
:
1024
*
1024
*
30
,
'maxBytes'
:
1024
*
1024
*
30
,
'backupCount'
:
2
,
'backupCount'
:
2
,
'formatter'
:
'standard'
,
'formatter'
:
'standard'
,
...
@@ -100,7 +100,7 @@ if ENV_PROFILE == "SERVER":
...
@@ -100,7 +100,7 @@ if ENV_PROFILE == "SERVER":
'info'
:
{
'info'
:
{
'level'
:
'INFO'
,
'level'
:
'INFO'
,
'class'
:
'logging.handlers.RotatingFileHandler'
,
'class'
:
'logging.handlers.RotatingFileHandler'
,
'filename'
:
'/home/quant_group/
logs
/info.log'
,
'filename'
:
'/home/quant_group/
data/log/release_log
/info.log'
,
'maxBytes'
:
1024
*
1024
*
30
,
'maxBytes'
:
1024
*
1024
*
30
,
'backupCount'
:
2
,
'backupCount'
:
2
,
'formatter'
:
'standard'
,
'formatter'
:
'standard'
,
...
...
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