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
fb73cc1f
Commit
fb73cc1f
authored
Oct 26, 2022
by
王英豪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
c0d7292a
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
settings.cpython-37.pyc
AutomatedTestPlatform/__pycache__/settings.cpython-37.pyc
+0
-0
settings.py
AutomatedTestPlatform/settings.py
+3
-3
_bz2.cpython-37m-x86_64-linux-gnu.so
_bz2.cpython-37m-x86_64-linux-gnu.so
+0
-0
uwsgi.ini
uwsgi.ini
+2
-2
No files found.
AutomatedTestPlatform/__pycache__/settings.cpython-37.pyc
View file @
fb73cc1f
No preview for this file type
AutomatedTestPlatform/settings.py
View file @
fb73cc1f
...
@@ -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/
data/log/release_log
/all.log'
,
# 日志输出文件
'filename'
:
'/home/quant_group/
logs
/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/
data/log/release_log
/error.log'
,
'filename'
:
'/home/quant_group/
logs
/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/
data/log/release_log
/info.log'
,
'filename'
:
'/home/quant_group/
logs
/info.log'
,
'maxBytes'
:
1024
*
1024
*
30
,
'maxBytes'
:
1024
*
1024
*
30
,
'backupCount'
:
2
,
'backupCount'
:
2
,
'formatter'
:
'standard'
,
'formatter'
:
'standard'
,
...
...
_bz2.cpython-37m-x86_64-linux-gnu.so
deleted
100644 → 0
View file @
c0d7292a
File deleted
uwsgi.ini
View file @
fb73cc1f
[uwsgi]
[uwsgi]
http
=
:80
81
http
=
:80
chdir
=
/home/quant_group/AutomatedTestPlatform
chdir
=
/home/quant_group/AutomatedTestPlatform
module
=
AutomatedTestPlatform.wsgi
module
=
AutomatedTestPlatform.wsgi
master
=
true
master
=
true
...
@@ -8,7 +8,7 @@ vacuum = true
...
@@ -8,7 +8,7 @@ vacuum = true
wsgi-file
=
AutomatedTestPlatform/wsgi.py
wsgi-file
=
AutomatedTestPlatform/wsgi.py
max-requests
=
50000
max-requests
=
50000
threads
=
2
threads
=
2
daemonize
=
/home/quant_group/
data/log/release_log
/all.log
daemonize
=
/home/quant_group/
logs
/all.log
py-autoreload
=
1
py-autoreload
=
1
# 进程个数
# 进程个数
workers
=
1
workers
=
1
...
...
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