Console Manager

Manage backend console entries, tags, and persisted logs
{{ status }}
Tags
No tags yet.
Selected: {{ selectedHashes.length }}

Delete Console Entries

You are about to delete {{ selectedHashes.length }} console entr{{ selectedHashes.length === 1 ? 'y' : 'ies' }}.

This action cannot be undone.

Enabled Method Message Top frame Last seen Count Tags
{{ it.enabled ? 'enabled' : 'disabled' }} {{ it.method }} {{ it.messageTemplate }} {{ it.topFrame }} {{ formatDate(it.lastSeenAt) }} {{ it.countTotal }} {{ tg }}
No entries found.
Page {{ entriesPagination.page }} / {{ entriesPagination.totalPages }} ({{ entriesPagination.total }} total)
At Method Entry Message Args
{{ formatDate(it.createdAt) }} {{ it.method }} {{ it.entryHash }} {{ it.message }} {{ it.argsPreview }}
No logs found (enable DB persistence in Config).
Page {{ logsPagination.page }} / {{ logsPagination.totalPages }} ({{ logsPagination.total }} total)
General
Persistence defaults
DB logs
Global Settings
Controls console manager initialization. When disabled, console methods are not overridden and no entries are tracked. This setting uses the Global Settings system and requires a server restart to take effect.
{{ globalSettingsStatus }}
Cache
Performance
Config is stored using the JSON Configs system under the hood.