|
@@ -1,3 +1,55 @@
|
|
|
+2013-07-28 Helmut Pozimski <helmut@pozimski.eu>
|
|
|
+
|
|
|
+ converted datetime object to string
|
|
|
+
|
|
|
+2013-07-28 Helmut Pozimski <helmut@pozimski.eu>
|
|
|
+
|
|
|
+ added some more logging output
|
|
|
+
|
|
|
+2013-07-28 Helmut Pozimski <helmut@pozimski.eu>
|
|
|
+
|
|
|
+ tried to throw an exception if the display is not available
|
|
|
+
|
|
|
+2013-07-28 Helmut Pozimski <helmut@pozimski.eu>
|
|
|
+
|
|
|
+ changed the code to also terminate the process if it is not run as daemon
|
|
|
+
|
|
|
+2013-07-28 Helmut Pozimski <helmut@pozimski.eu>
|
|
|
+
|
|
|
+ changed formatter to include the PID
|
|
|
+
|
|
|
+2013-07-28 Helmut Pozimski <helmut@pozimski.eu>
|
|
|
+
|
|
|
+ added some more info messages, imporved logging
|
|
|
+
|
|
|
+2013-07-28 Helmut Pozimski <helmut@pozimski.eu>
|
|
|
+
|
|
|
+ corrected the format string for logger
|
|
|
+
|
|
|
+2013-07-28 Helmut Pozimski <helmut@pozimski.eu>
|
|
|
+
|
|
|
+ explicitly import logging.handlers to be able to use SysLogHandler
|
|
|
+
|
|
|
+2013-07-28 Helmut Pozimski <helmut@pozimski.eu>
|
|
|
+
|
|
|
+ corrected a small typo calling the logger object
|
|
|
+
|
|
|
+2013-07-28 Helmut Pozimski <helmut@pozimski.eu>
|
|
|
+
|
|
|
+ implemented minimal logging to syslog and console
|
|
|
+
|
|
|
+2013-07-28 Helmut Pozimski <helmut@pozimski.eu>
|
|
|
+
|
|
|
+ correctly import os, I really should have done that in the first place
|
|
|
+
|
|
|
+2013-07-28 Helmut Pozimski <helmut@pozimski.eu>
|
|
|
+
|
|
|
+ implemented signal handling
|
|
|
+
|
|
|
+2013-07-28 Helmut Pozimski <helmut@pozimski.eu>
|
|
|
+
|
|
|
+ updated TODO and generated Changelog from bzr
|
|
|
+
|
|
|
2013-07-28 Helmut Pozimski <helmut@pozimski.eu>
|
|
|
|
|
|
yet another round of cosmetical changes to the init script
|