There seems to be 2 bugs.. Not sure if they are related:
- logdna-agent -f /var/log/messages seems to not just monitor the single file, but rather all my logs within /var/log. It generates the following /etc/logdna.conf
logdir = /var/log, /var/log/messages
So it doesn't seem to set the right key, to logfile = [...]. It also is adding the top level /var/log folder which has a lot of log files in it.
I've tried to manually edit /etc/logdna.conf and restart the service, but no matter what I do, it seems to still pickup all the files.. ive tried the following:
logdir = /var/log/messages
logfile = /var/log/messages
There seems to be 2 bugs.. Not sure if they are related:
So it doesn't seem to set the right key, to logfile = [...]. It also is adding the top level /var/log folder which has a lot of log files in it.
I've tried to manually edit /etc/logdna.conf and restart the service, but no matter what I do, it seems to still pickup all the files.. ive tried the following: