-
Notifications
You must be signed in to change notification settings - Fork 86
logs
github-actions[bot] edited this page Feb 12, 2026
·
3 revisions
Show bench logs (server or container)
Usage:
$ fm logs BENCHNAME [OPTIONS]Arguments:
-
BENCHNAME: Name of the bench.
Options:
-
--service: Service name (frappe, nginx, redis-cache, etc.) -
-f, --follow: Follow logs in real-time
Examples:
Show frappe server logs
fm logs mybenchFollow logs in real-time
fm logs mybench -fShow nginx container logs
fm logs mybench --service nginx -fShow redis logs
fm logs mybench --service redis-cache