Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compiling on Windows #23

Closed
korayal opened this issue Jul 22, 2014 · 1 comment
Closed

Compiling on Windows #23

korayal opened this issue Jul 22, 2014 · 1 comment
Assignees
Labels
Milestone

Comments

@korayal
Copy link

korayal commented Jul 22, 2014

I am trying to make this work on a windows xp 32 bit OS to collect logback logs that are rotated daily. (also backing up as zip files the last 15 days)

on logstash-forwarder I noticed that the collection of logs are alright, but the zip files are failed to generate on the logback side, which I think means that logback-forwarder locks the original log file.

It seems the compile support for windows is not ready since log-courier_windows.go (which has errors) doesn't look like log-courier_nonwindows.go

I can test Win 7 x32 & x64 as well as Windows XP x32

@driskell
Copy link
Owner

Hi @korayal

It is ready. I just need to fix those errors and test it today.

The reason the files are different is because reload and syslog aren't implemented for Windows. It will still work otherwise though.

I'll post back when I've finished to let you know.

Regards

Jason

@driskell driskell added the bug label Jul 22, 2014
@driskell driskell added this to the 0.12 milestone Jul 22, 2014
@driskell driskell self-assigned this Jul 22, 2014
driskell added a commit that referenced this issue Jul 24, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants