Let Main Server emit startup notice including version
authorElrond <elrond+mediagoblin.org@samba-tng.org>
Sun, 26 Feb 2012 17:45:35 +0000 (18:45 +0100)
committerElrond <elrond+mediagoblin.org@samba-tng.org>
Sun, 26 Feb 2012 17:45:35 +0000 (18:45 +0100)
commitec97c937b7e3374d40624478f805694b56bc0317
tree3e15b31cf075eee8cc1e28dbefb092a347586989
parent58f96a13e463fb417968cc92ec2ac5d4404641e4
Let Main Server emit startup notice including version

There was no place in the software telling the user the
version in use. So start by having the main server emit a
startup notice including the version string. Uses python
logging, so should be easy to reconfigure, etc.
mediagoblin/app.py