HackChart / network-monitor

Designed to monitor network speeds throughout the day and log activity. Should be implemented on an always-on network device. .
0 stars 0 forks source link

Improve logging within __init__ #13

Closed HackChart closed 1 year ago

HackChart commented 1 year ago

Currently, program creates a log file at a hardcoded path to avoid errors with config so that it may log any of said errors. If the user chooses not to alter the default name of the log, this poses no issue, but it's far from an ideal solution.

Other possibilities include: