Statistics
| Branch: | Tag: | Revision:

root / logic @ d28244af

Name Size
  management
__init__.py 0 Bytes
amqp_connection.py 3.8 kB
backend.py 13.3 kB
callbacks.py 8.8 kB
credits.py 5.5 kB
dispatcher.py 14.9 kB
email_send.py 2.6 kB
log.py 2.2 kB
logging.conf 1.7 kB
models.py 1 Byte
tests.py 13.5 kB
users.py 3.9 kB
utils.py 3.7 kB
views.py 0 Bytes

Latest revisions

# Date Author Comment
d28244af 08/31/2011 11:45 am Vangelis Koukis

Improve logging in logic/dispatcher.py

  • Include file-based logging in /var/log/synnefo/dispatcher.log
    for the dispatcher in the default configuration.
  • Have the dispatcher redirect stdout and stderr file descriptors
    to the first file-based logfile....
05e404b8 08/30/2011 02:15 pm Giorgos Gousios

Don't retry forever to reconnect

34e68f04 08/30/2011 02:14 pm Giorgos Gousios

Error handling here adds nothing

190ac01d 08/29/2011 10:37 am Giorgos Gousios

A bit more well defined error messages

29053267 08/24/2011 01:23 pm Giorgos Gousios

Force the connection obj to re-initialize on error

When an error occurs to the AMQP connection, the code will automatically
attempt to re-establish the connection. Before this fix, it used the
same (stale) connection object. The fix deletes the object explicitely....

137523b0 08/23/2011 11:00 am Giorgos Gousios

Verbose exception in case of email queuing error

03caa5bf 08/22/2011 04:03 pm Giorgos Gousios

Method to set the auth token expiration programmatically

ad74e62d 07/29/2011 05:50 pm Nikos Skalkotos

Make dispatcher log to stderr when in debug mode

Add a logging handler to the dispatcher that sends logging output to
stderr when in debug mode (-d is enabled).

af90d919 07/25/2011 05:31 pm Vangelis Koukis

Allow ganeti-create-progress to exceed 100%

e6f5bb10 07/25/2011 04:45 pm Vangelis Koukis

Fix handling of ganeti-create-progress notifs

Fix handling of ganeti-create-progress notifications: * Fix typo * Fix logic dispatcher to properly log and survive exceptions thrown by
the logic layer when processing incoming notifications * Minor PEP8 fixes

View revisions

Also available in: Atom