Skip to content
Snippets Groups Projects
Commit b7b2d629 authored by David Lyon's avatar David Lyon
Browse files

commented out pytest_master_PID.txtg

parent 2444cfde
Branches
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment