Cardmachine API Logs

Detailed request/push notification logs

{{-- Filters --}}
Reset
{{-- Status --}} @if (!$logExists)
No log file found for {{ $date }}.
Logs will appear here after the first API request hits the server with the updated code deployed.
Expected file: storage/logs/cardmachine-{{ $date }}.log
@endif {{-- Quick filter shortcuts --}}
Quick filters: push transaction error warning initiate verify messaging_id clear
{{-- Log entries --}}
{{ count($entries) }} entries cardmachine-{{ $date }}.log
@forelse ($entries as $entry)
@if ($entry['time']) {{ $entry['time'] }} {{ $entry['level'] }} {{ $entry['message'] }} @if ($entry['context'])
[show context]
{{ json_encode($entry['context'], JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES) }}
@endif @else {{ $entry['raw'] }} @endif
@empty

No log entries found{{ $filter ? " matching filter \"$filter\"" : '' }}.

@endforelse
{{-- JSON API note --}}

JSON API (for programmatic access):

GET {{ url('/cardmachine/logs/api') }}?date={{ $date }}&lines=100&filter=push