MISP / MISP-Taxii-Server

An OpenTAXII Configuration for MISP
BSD 3-Clause "New" or "Revised" License
80 stars 30 forks source link

Poll log has no timestamp #32

Closed SHSauler closed 6 years ago

SHSauler commented 6 years ago

Hi,

Could you please include a timestamp in the poll.log?

Thanks! Steffen

root@misp:~# cat poll.log
INFO:__main__:Connecting to local server...
CRITICAL:__main__:Could not connect to local server
CRITICAL:__main__:HTTP Error: status code 500
FloatingGhost commented 6 years ago

There ya go

Format will now default to '%(asctime)s - %(name)s - %(levelname)s - %(message)s')

SHSauler commented 6 years ago

Thanks a bunch!