stop_watching
Stop monitoring a log file to halt real-time analysis and debugging of server logs.
Instructions
Stop monitoring a specific log file
Input Schema
Name | Required | Description | Default |
---|---|---|---|
filePath | Yes | Path to the log file to stop monitoring |
Input Schema (JSON Schema)
{
"properties": {
"filePath": {
"description": "Path to the log file to stop monitoring",
"type": "string"
}
},
"required": [
"filePath"
],
"type": "object"
}