issues
search
felskrone
/
salt-eventsd
events-listener daemon for saltstack that writes data into a database
Other
52
stars
12
forks
source link
Bunch of stuff
#24
Closed
Grokzen
closed
9 years ago
Grokzen
commented
9 years ago
A bunch of changes
Move class SaltEventsDaemon from
init
.py to daemon.py. Fixed all usage of class to use new and correct import.
Add new cli argument --logfile that can be used to specify logfile destination.
Running 'salt-eventsd' from cli now do not require -l argument by default.
Logging to console enabled when running in foreground.
Moved
version
string from version.py to
init
.py
Only output to stdout if running in foreground
A bunch of changes