{{define "logs"}} {{template "head-common" .}} {{.Title}} {{template "accessibility-common" .}} {{template "main-layout-start" .}} {{template "logs-content" .}} {{template "main-layout-end" .}} {{template "body-common-scripts" .}} {{end}} {{define "logs-content"}}

Logs Viewer

View manager and application logs

Recent Errors

Loading errors...

Log Information

Log File

~/.config/mpv/mpv-manager.log

Log Location

File-based logging

Log Level

Info

Verbose Mode

Disabled

Application Log

Download
Loading logs...
{{end}} {{define "recent-errors"}} {{if .}}
{{range .}}
{{.Timestamp}}

{{.Message}}

{{if .Details}}
{{.Details}}
{{end}}
{{end}}
{{else}}
No recent errors found
{{end}} {{end}}