Show More
@@ -281,8 +281,8 b' class MercurialHTTPServer(_mixin, httpse' | |||
|
281 | 281 | prefix = '/' + prefix.strip('/') |
|
282 | 282 | self.prefix = prefix |
|
283 | 283 | |
|
284 |
alog = openlog(ui.config('web', 'accesslog', '-'), |
|
|
285 |
elog = openlog(ui.config('web', 'errorlog', '-'), |
|
|
284 | alog = openlog(ui.config('web', 'accesslog', '-'), ui.fout) | |
|
285 | elog = openlog(ui.config('web', 'errorlog', '-'), ui.ferr) | |
|
286 | 286 | self.accesslog = alog |
|
287 | 287 | self.errorlog = elog |
|
288 | 288 |
General Comments 0
You need to be logged in to leave comments.
Login now