Log rotating on FreeBSD

i didn’t like the redirection of logs… so i came up with this
not really very familiar with BSD but the fundamental mechanics of it should work regardless, even if you might need to used of different commands.

the base concept is using date variables to select the log name and simply append them from docker, but in theory if you aren’t using docker then you should be able to just name the log using a variable name and it would rotate them like say daily, i like daily because it matches up with the dashboard graphs and such in case i wanted to use them for that…

here is a link to it on the forum.

it has been suggested that this might require a bit of extra resources to run, but i’ve not seen much change in the tools i use for monitoring the system performance, tho YMMW