I am using PyDev for development and unit-testing of my Python application. As for unit-testing, everything works great except the fact that no content is logged to the logg
I'd suggest using a LogCapture and testing that you really are logging what you expect to be logging:
http://testfixtures.readthedocs.org/en/latest/logging.html