mify-io / mify

microservices for you
Apache License 2.0
140 stars 8 forks source link

Fix CLI logs rotation #182

Closed chebykinn closed 12 months ago

chebykinn commented 12 months ago

Right now logs in .mify/*.log are being recreated with each CLI run, moreover, mify.log is erased on every NewGenContext call. We need to preserve logs from previous runs and rotate them properly.

Mify version: 0.1.17