Lets you watch the logs of a specific function.
serverless logs --function functionName--functionor-fThe function you want to fetch the logs for. Required--countor-cThe number of logs to display.
serverless logs --function functionNameThis will display logs for the specified function.