Fix logging

git-svn-id: https://kippo.googlecode.com/svn/trunk@3 951d7100-d841-11de-b865-b3884708a8e2
This commit is contained in:
desaster 2009-11-10 19:39:29 +00:00
parent 0b10cb470e
commit b17c69c572
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ from twisted.python import log
from core import Kippo
if __name__ == "__main__":
log.startLogging(file('./log/kippo.log', 'w'))
log.startLogging(file('./log/kippo.log', 'a'))
sshFactory = factory.SSHFactory()
sshFactory.portal = portal.Portal(Kippo.HoneyPotRealm())