bart6114

Results 13 comments of bart6114

Hmm, perhaps we can just introduce a `log_retention_period` somewhere? Should be relatively straightforward to add.

Thanks for this @igitur. Where you able to test the binaries? I don't have access to a win machine. We should prolly run tests against the architecture as well 🤔

WDYT, should we add something like this to the `tests` job? And include it in this pr? ``` tests: runs-on: ${{ matrix.os }} strategy: matrix: os: [ubuntu-latest, windows-latest] ```