pixelfederation/Log Pattern Checker
Check log files for specific patterns
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| filePath | Path to the log file to check | yes | — |
| showLines | Control how many lines to show (all, none, default) | no | default |
| logType | Type of log to check (e.g., node, python, java) | no | unity |
| matchOutputMaxChars | Max size of matchOutput output variable | no | 10000 |
Outputs
| name | description |
|---|---|
| matchOutput | Print matched output also to variable |