The log viewer was artificially limiting display to 2000 lines regardless of user's requested amount. Users could request 10k, 40k, or 50k lines but only 2000 were ever shown. Changes: - Remove the hardcoded $maxDisplayLines = 2000 limit in the view - Add MAX_LOG_LINES constant (50,000) in GetLogs component - Enforce maximum limit in backend to prevent extremely large requests - Update input field with max attribute and tooltip Fixes #7803 |
||
|---|---|---|
| .. | ||
| environment-variable | ||
| scheduled-task | ||
| storages | ||
| configuration-checker.blade.php | ||
| danger.blade.php | ||
| destination.blade.php | ||
| execute-container-command.blade.php | ||
| get-logs.blade.php | ||
| health-checks.blade.php | ||
| logs.blade.php | ||
| metrics.blade.php | ||
| resource-limits.blade.php | ||
| resource-operations.blade.php | ||
| tags.blade.php | ||
| terminal.blade.php | ||
| upload-config.blade.php | ||
| webhooks.blade.php | ||