Closed fguillen closed 5 months ago
Thank you for your feedback @fguillen 🙇
I'm coming from dockerized environments where (I believe) logging to the STDOUT is the standard convention. It lets the environment (and people handling it) take care of the logs retention/rotation/storage etc.
This approach also aligns my application's logging with other services like PostgreSQL and Redis. While promtail could efficiently scrape both files and STDOUT, I find the unified approach to be more frictionless.
I'm sure there's no single optimal solution.
promtail
is perfectly capable of scraping the logs frommy-app/logs/
and is simpler and more intuitive:I am asking because your repo inspires me, and it helped me a lot. I want to know I am not missing anything.
Thanks for your work