Vote
Which version of syslog-ng do you use? (When in doubt, use syslog-ng --version)

1.6.x (End of Support on December 1, 2007)
2.0.x
2.1.x Open Source Edition
2.1.x Premium Edition (End of Support on December 31, 2009)
3.0.x Open Source Edition
3.0.x Premium Edition
3.1.x Open Source Edition

Login

Blogs

Public repository

Syslog-ng is version-controlled using git

Public git repositories of syslog-ng are available at the following location:

A web based interface for browsing changes is also available:

To fetch a copy of the contents of the repository, please issue the following command:

$ git clone git://git.balabit.hu/bazsi/syslog-ng-3.0.git/ syslog-ng.git

This will result in a syslog-ng.git directory to be created, which will contain the latest version of syslog-ng. Please note that this repository might contain changes that were not released yet. Using an unreleased version of syslog-ng in a production environment is not recommended.

Most important git commands

The following commands let you manipulate and examine the contents of the git repository. Please read the git documentation for more information.

View the changelog:

$ git log

Update the repository


$ git pull

Check local changes

$ git status