If you want to convert the logs of your FHEM installation from FileLog
to DbLog, you may use the excellent 98_FileLogConvert.pm.
What's a bit inconvenient is that each logfile conversion needs to be started by hand. This is the issue, this Python tool solves: You provide it a list of logfiles and the conversion is done one by one automatically.
Why was this tool written in Python (not Perl as FHEM itself)? Because the