rtCamp / Frappe-Manager

A CLI tool based on Docker Compose to easily manage Frappe based projects.
MIT License
109 stars 23 forks source link

fm logs #100

Closed rahul286 closed 7 months ago

rahul286 commented 8 months ago

Wrapper for docker logs and docker compose logs

Stream logs directly so we don't need to do fm shell <example>

May be give it a flag to tail log files from frappe

Xieyt commented 7 months ago

This has been implemented. #91 To view the logs of specific site you can use: fm logs <sitename> To view and follow the logs of a site you can use: fm logs <sitename> -f

For checking logs of a specific service like nginx you can use: fm logs <sitename> --service nginx