ericgibert / supersid

Cross-platform Sudden Ionospheric Disturbances (SID) monitor
MIT License
19 stars 10 forks source link

logger.py seems to be overriding users supersid.cfg setting of log_format? #14

Open sberl opened 3 years ago

sberl commented 3 years ago

Supersid seems to be ignoring my configuration for log_format.

In the file logger.py lines 44 and 50 the code is overwriting the users configuration of the log file format based on number of stations configured.

Is this on purpose?

sberl commented 3 years ago

I think the fix is just to delete those 2 lines of code.

sberl commented 3 years ago

This is fixed in the sberl/supersid fork