Hi. I'm looking at the ChangeLog for 1.3.15, and it mentions "added create_dirs", and "updated documentation", but I cannot find any docs about the new features... What am I missing??? Thanks! Sam Samuel P. Howard Sr. Unix Systems Administrator 2nd Century Communications Voice: 813-901-1280 mailto:sphoward@2c2.com
I'm looking at the ChangeLog for 1.3.15, and it mentions "added create_dirs", and "updated documentation", but I cannot find any docs about the new features...
What am I missing???
The 1.3.15 tarball doc/sgml/syslog-ng.txt file contains this. (or the .html version) -- Bazsi PGP info: KeyID 9AF8D0A9 Fingerprint CD27 CFB0 802C 0944 9CFD 804E C82C 8EB1 url: http://www.balabit.hu/pgpkey.txt
I can't seem to get create_dirs to work. When i add it to my options and add a destination such as destination test { file("/var/log/syslog-ng/$HOST/$FACILITY"); }; not only does it not create the directories or the files, but syslog-ng stops logging everything all together. Any thoughts? did i miss something in the conf? Chris Scheller System/Network Administration Network One Internet, inc. http://www.networkone.net/ 1.888.GOT-NET1 On Thu, 17 Feb 2000, Balazs Scheidler wrote:
I'm looking at the ChangeLog for 1.3.15, and it mentions "added create_dirs", and "updated documentation", but I cannot find any docs about the new features...
What am I missing???
The 1.3.15 tarball doc/sgml/syslog-ng.txt file contains this. (or the .html version)
-- Bazsi PGP info: KeyID 9AF8D0A9 Fingerprint CD27 CFB0 802C 0944 9CFD 804E C82C 8EB1 url: http://www.balabit.hu/pgpkey.txt
_______________________________________________ syslog-ng maillist - syslog-ng@lists.balabit.hu http://lists.balabit.hu/mailman/listinfo/syslog-ng
On Thu, Feb 17, 2000 at 03:24:16PM -0800, Chris Scheller wrote:
I can't seem to get create_dirs to work. When i add it to my options and add a destination such as destination test { file("/var/log/syslog-ng/$HOST/$FACILITY"); }; not only does it not create the directories or the files, but syslog-ng stops logging everything all together. Any thoughts? did i miss something in the conf?
you'll need to enable the create_dirs option either per destination, or a global basis like this: destination test { file("/var/log/syslog-ng/$HOST/$FACILITY" create_dirs(yes)); }; I'll check why it stops logging. -- Bazsi PGP info: KeyID 9AF8D0A9 Fingerprint CD27 CFB0 802C 0944 9CFD 804E C82C 8EB1 url: http://www.balabit.hu/pgpkey.txt
I can't seem to get create_dirs to work. When i add it to my options and add a destination such as destination test { file("/var/log/syslog-ng/$HOST/$FACILITY"); }; not only does it not create the directories or the files, but syslog-ng stops logging everything all together. Any thoughts? did i miss something in the conf?
you'll need to enable the create_dirs option either per destination, or a global basis like this:
destination test { file("/var/log/syslog-ng/$HOST/$FACILITY" create_dirs(yes)); };
I'll check why it stops logging.
this bug should be fixed in the just released 1.3.17 with a couple of other fixes. -- Bazsi PGP info: KeyID 9AF8D0A9 Fingerprint CD27 CFB0 802C 0944 9CFD 804E C82C 8EB1 url: http://www.balabit.hu/pgpkey.txt
participants (3)
-
Balazs Scheidler
-
Chris Scheller
-
Sam Howard