##// END OF EJS Templates
gunicorn: moved loglevel control to .ini file
marcink -
r4107:98d4e27b default
parent child Browse files
Show More
@@ -62,6 +62,9 b' asyncore_use_poll = true'
62 ## when using more than 1 worker.
62 ## when using more than 1 worker.
63 #workers = 2
63 #workers = 2
64
64
65 ## Gunicorn access log level
66 #loglevel = info
67
65 ## process name visible in process list
68 ## process name visible in process list
66 #proc_name = rhodecode
69 #proc_name = rhodecode
67
70
@@ -31,7 +31,6 b' def get_workers():'
31 # GLOBAL
31 # GLOBAL
32 errorlog = '-'
32 errorlog = '-'
33 accesslog = '-'
33 accesslog = '-'
34 loglevel = 'info'
35
34
36
35
37 # SERVER MECHANICS
36 # SERVER MECHANICS
@@ -62,6 +62,9 b' use = egg:gunicorn#main'
62 ## when using more than 1 worker.
62 ## when using more than 1 worker.
63 workers = 2
63 workers = 2
64
64
65 ## Gunicorn access log level
66 loglevel = info
67
65 ## process name visible in process list
68 ## process name visible in process list
66 proc_name = rhodecode
69 proc_name = rhodecode
67
70
General Comments 0
You need to be logged in to leave comments. Login now