-
Notifications
You must be signed in to change notification settings - Fork 45
Windows support #11
Comments
Full disclosure... here is the install log.
|
Hello @jdrews, It's good to see that the installation passes successfully. Problem is that tailon simply doesn't know how to I can think of the following options at the moment:
I've been meaning to look into this for a long time. Thanks, |
I would lean towards a minimal, cross-platform Powershell does have a minimal tailing function. |
Yes, that does seem like the way to go. I've successfully bundled a modified version of tailhead with tailon, which seems to work well enough. This change will probably show up during the weekend, when I have more time for OSS. Thank you for taking interest in tailon. |
Maybe I'm testing this too early, but I tried out the new tailhead functionality in c0f9663 on my Windows 10 box. Unfortunately, I don't get any log lines in the browser. Here is a debug output. Oddly enough I never see any
I also tried installing tailhead. I'm noticing it throws an error about having to open the file in binary mode on Windows. Perhaps that's the problem?
|
Your conclusions are correct - it doesn't work on Windows and with Python 2. I went ahead and reverted that commit. It would have been great if tailhead just worked out of the box. I really hope to finally tackle this over the weekend. Thanks for trying it out and for your patience. |
Added possibility to declare custom headers in configuration
This would be really useful for a windows system when working with multiple people and trying to tail text based logs on the file system. e.g. "C:\Program Files\MyApp\MyApp.log"
I tried it on a Windows 10 box, but it doesn't work. The web page comes up and it says it's tailing the file, but nothing shows up when lines are added to the file.
I do see this warning.
c:\Python27\Scripts>tailon.exe -f c:\test.txt -b 127.0.0.1:8032
[+187.999964][ INFO] Listening on 127.0.0.1:8032
No handlers could be found for logger "tornado.general"
The text was updated successfully, but these errors were encountered: