Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
agotool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
David Lyon
agotool
Commits
b7b2d629
Commit
b7b2d629
authored
Oct 2, 2020
by
David Lyon
Browse files
Options
Downloads
Patches
Plain Diff
commented out pytest_master_PID.txtg
parent
2444cfde
Branches
Branches containing commit
Tags
v11_PMID_GED
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
app/uwsgi_config_pytest.ini
+1
-3
1 addition, 3 deletions
app/uwsgi_config_pytest.ini
with
1 addition
and
3 deletions
app/uwsgi_config_pytest.ini
+
1
−
3
View file @
b7b2d629
...
...
@@ -21,15 +21,13 @@ stats = 127.0.0.1:9199 ; monitor
auto-procname
=
true ; give processes names (master and worker)
; prepend a useful name to the processes (can be seen in htop, but top doesn't show it)
procname-prefix
=
PyTest_flask_
; Logging
disable-logging
=
true ; uWSGI logging is too verbose
;log-4xx = true ; but we want to see critical errors
;log-5xx = true ; but we want to see critical errors
;req-logger = file:log_uwsgi_requests_pytest.txt
;logger = file:log_uwsgi_pytest.txt
safe-pidfile
=
pytest_master_PID.txt
;safe-pidfile = pytest_master_PID.txt ; not used
; Buffer size
buffer-size
=
32768
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment