Logi
Odświeżaj automatycznie (5 s)
Podgląd plików z storage/logs/ — co robi aplikacja i zaplanowane integracje (IMAP, automatyzacje, SLA). Widok tylko do odczytu, pokazuje ostatni fragment pliku.
@if ($autoRefresh)
@endif
@if ($this->files->isEmpty())
Brak plików logów w storage/logs/.
@else
@foreach ($this->files as $file)
{{ $file['name'] }}
{{ $this->formatBytes($file['size']) }} · {{ $file['modified']->diffForHumans() }}
@endforeach
Wszystkie poziomy
@foreach (\App\Livewire\Admin\Logs::availableLevels() as $level)
{{ $level }}
@endforeach
ostatnie 100
ostatnie 300
ostatnie 1000
ostatnie 3000
refresh
Odśwież
{{ $this->entries->count() }} wpisów
@forelse ($this->entries as $entry)
@php $badge = \App\Livewire\Admin\Logs::levelBadge($entry['level']); @endphp
{{ $entry['level'] ?? '?' }}
{{ $entry['text'] }}
@empty
Brak wpisów spełniających kryteria.
@endforelse
@endif