mirror of
https://github.com/Psychotoxical/psysonic.git
synced 2026-07-22 15:25:46 +00:00
feat(logging): add runtime log levels and debug log export (#241)
Add a System setting for Off/Normal/Debug logging, apply readable local timestamps to backend logs, and enable exporting buffered runtime logs to a file when debug mode is active. Co-authored-by: Maxim Isaev <im@friclub.ru>
This commit is contained in:
committed by
GitHub
parent
fa21379dbb
commit
3b3833007b
@@ -657,6 +657,14 @@ export const esTranslation = {
|
||||
tabServer: 'Servidor',
|
||||
tabUsers: 'Usuarios',
|
||||
tabSystem: 'Sistema',
|
||||
loggingTitle: 'Registro',
|
||||
loggingModeDesc: 'Controla la verbosidad de los logs del backend en la terminal.',
|
||||
loggingModeOff: 'Apagado',
|
||||
loggingModeNormal: 'Normal',
|
||||
loggingModeDebug: 'Depuración',
|
||||
loggingExport: 'Exportar logs',
|
||||
loggingExportSuccess: 'Logs exportados ({{count}} líneas).',
|
||||
loggingExportError: 'No se pudieron exportar los logs.',
|
||||
tabGeneral: 'General',
|
||||
ratingsSectionTitle: 'Calificaciones',
|
||||
ratingsSkipStarTitle: 'Saltar para 1 estrella',
|
||||
|
||||
Reference in New Issue
Block a user