Skip to content
Snippets Groups Projects
Commit 5857be01 authored by Matt Mackall's avatar Matt Mackall
Browse files

commandserver: mark developer-only logging option

parent 578fc979
No related branches found
No related tags found
No related merge requests found
......@@ -132,6 +132,7 @@
def __init__(self, ui, repo, fin, fout):
self.cwd = os.getcwd()
# developer config: cmdserver.log
logpath = ui.config("cmdserver", "log", None)
if logpath:
global logfile
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment