0xd34db33f / gfyp

Unification of dnstwist + SQLite + Email reporting. Set it as a cron job that runs every hour, give it a list of domains and email addresses for reporting, then watch it go find stuff.
66 stars 13 forks source link

Implementing logging #5

Closed kristovatlas closed 7 years ago

kristovatlas commented 7 years ago

The application should log stuff, either in a system log or an application-specific one for debugging.

0xd34db33f commented 7 years ago

Again another good idea. Syslog does seem like the more convenient fix, however I have heard from some folks who say they use it under Windows as well. Not sure what the current state of Windows Event log writing is under Python, but all things being equal I'd say just some application-specific one using logging would probably be the most universal option.

kristovatlas commented 7 years ago

This was satisfied by https://github.com/0xd34db33f/gfyp/pull/8