Show More
@@ -37,7 +37,9 b' def serve(ui, repo, **opts):' | |||||
37 | self.master.shutdown() |
|
37 | self.master.shutdown() | |
38 |
|
38 | |||
39 | service = service() |
|
39 | service = service() | |
40 | cmdutil.service(opts, initfn=service.init, runfn=service.run) |
|
40 | logfile = ui.config('inotify', 'log') | |
|
41 | cmdutil.service(opts, initfn=service.init, runfn=service.run, | |||
|
42 | logfile=logfile) | |||
41 |
|
43 | |||
42 | def debuginotify(ui, repo, **opts): |
|
44 | def debuginotify(ui, repo, **opts): | |
43 | '''debugging information for inotify extension |
|
45 | '''debugging information for inotify extension |
General Comments 0
You need to be logged in to leave comments.
Login now