Logdy new version announcement: v0.15
Let's see what's new in v0.15
Added support to read specific config values from ENV
In this small release we've added an ability to set some config options through ENV variable. For example, this is now possible:
bash
LOGDY_PORT=8081 logdy follow file.log
Read more in the docs to learn which options are supported. If there's an option that is missing, consider leaving a PR or a comment in the Github repo.