mirror of https://github.com/cowrie/cowrie.git
Fix logging
git-svn-id: https://kippo.googlecode.com/svn/trunk@3 951d7100-d841-11de-b865-b3884708a8e2
This commit is contained in:
parent
0b10cb470e
commit
b17c69c572
2
kippo.py
2
kippo.py
|
@ -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())
|
||||
|
|
Loading…
Reference in New Issue