-
Notifications
You must be signed in to change notification settings - Fork 28
logs
Xieyt edited this page Apr 26, 2024
·
2 revisions
Show frappe server logs or container logs for a given bench.
Usage:
$ fm logs [OPTIONS] [BENCHNAME]
Arguments:
-
[BENCHNAME]
: Name of the bench.
Options:
-
--service [frappe|nginx|mariadb|redis-queue|redis-cache|redis-socketio|schedule|socketio]
: Specify compose service name to show container logs. -
-f, --follow
: Follow logs. -
--help
: Show this message and exit.
Examples:
show logs of frappe container
fm logs example
show logs of nginx container and follow
fm logs example --follow