zerohour-phishing-detection / zpd-server

Code and test data for anti-phishing tool: A decision-support tool for experimentation on zero-hour phishing detection
Creative Commons Attribution 4.0 International
2 stars 0 forks source link

enable debug logging with proper format #22

Closed TPGamesNL closed 3 months ago

TPGamesNL commented 3 months ago

the server main_logger.debug messages arent currently shown (common thing with the library, has to be configured for them to be shown). when i set it up initially, the format for log messages with DEBUG is different from those like INFO, WARNING etc. the latter have additional useful information like the python script and line where it came from, the time, and more.

debug should also be set up to use this format

TPGamesNL commented 3 months ago

nvm just single line change, but i dont think debug should be enabled by default cause too much spam