{{define "cp_logging"}} {{template "cp_head" .}} {{template "cp_alerts" .}}

General settings



If none are set, everyone will be able to access message logs (including users not logged in at all), otherwise access is restricted to only the specified roles. Note: people with access to the control panel will always have access to logs.

Public message logs on this server
{{if not .FirstPage}}Newer{{end}}Older

{{$g := .ActiveGuild.ID}} {{range .Logs}} {{end}}
ID Created Author Channel Actions
#{{.ID}} {{formatTime .CreatedAt}} {{.AuthorUsername}} ({{.AuthorID}}) #{{.ChannelName}}
View
{{template "cp_footer" .}} {{end}}