diff options
author | Joey Hess <joey@kitenet.net> | 2014-06-17 19:10:51 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-06-17 19:27:54 -0400 |
commit | 89c188fac37c20c40b0a9dabeb35403cfa4e4f52 (patch) | |
tree | 667d76e0d072dcee754f5f61eed5c6bcade232ce /doc | |
parent | 613725496fd5da37109c4a345077058ebe6955c1 (diff) |
Windows: Assistant now logs to daemon.log.
Yes, this means that git annex webapp on windows execs git-annex, which
execs itself to set env, and the execs itself again to redirect logs.
This is disgusting. This is Windows(TM).
Diffstat (limited to 'doc')
-rw-r--r-- | doc/todo/windows_support.mdwn | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/todo/windows_support.mdwn b/doc/todo/windows_support.mdwn index 90af6112f..a48fcbc4e 100644 --- a/doc/todo/windows_support.mdwn +++ b/doc/todo/windows_support.mdwn @@ -5,11 +5,6 @@ usable! * XMPP library not yet built. (See below.) -* View debug log is empty in windows -- all logs go to console. - This messes up a few parts of UI that direct user to the debug log. - To fix, redirect output to some file when running git-annex via the - VBScript hack. - * Local pairing seems to fail, after acking on Linux box, it stalls. (Also, of course, the Windows box is unlikely to have a ssh server, so only pairing with a !Windows box will work.) |