mfdlabs / grid-bot

The underlying code used for the MFDLABS Grid Bot.
https://grid-bot.ops.vmminfra.net
Apache License 2.0
12 stars 1 forks source link

Add fix for the upload logs files #306

Closed nikita-petko closed 6 months ago

nikita-petko commented 6 months ago

The previous implementation of this got the base logs directory from the global logger's fully qualified log name, in this case it was getting the directory name of a directory.

Also added a safety mechanism to not upload in-use log files.