watch_log
Monitor a log file for changes in real-time to track application behavior and debug issues as they occur.
Instructions
Monitor a log file for changes
Input Schema
Name | Required | Description | Default |
---|---|---|---|
filename | No | Name of the log file to monitor (default: combined.log) | combined.log |
Input Schema (JSON Schema)
{
"properties": {
"filename": {
"default": "combined.log",
"description": "Name of the log file to monitor (default: combined.log)",
"type": "string"
}
},
"required": [],
"type": "object"
}