Skip to content
Snippets Groups Projects
Commit 72af8005 authored by Nicolas Dumazet's avatar Nicolas Dumazet
Browse files

inotify: add log config option redirect inotify server output to a file

parent e0ed1798
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,9 @@
self.master.shutdown()
service = service()
cmdutil.service(opts, initfn=service.init, runfn=service.run)
logfile = ui.config('inotify', 'log')
cmdutil.service(opts, initfn=service.init, runfn=service.run,
logfile=logfile)
def debuginotify(ui, repo, **opts):
'''debugging information for inotify extension
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment