MISP / misp-dashboard

A live dashboard for a real-time overview of threat intelligence from MISP instances
GNU Affero General Public License v3.0
194 stars 65 forks source link

Redis buffering and bugfixes #15

Closed mokaddem closed 7 years ago

mokaddem commented 7 years ago

Feature and updates

adulau commented 7 years ago

Looks very good! Just a small thing to improve would be the logging mechanisms (as there are still a lot of print statements) and that we use standard logging library in Python to support file logging, syslog logging or stdout logging with different level.

mokaddem commented 7 years ago

Good point! Will be done for the next PR.

adulau commented 7 years ago

@mokaddem thank you!