mirror of
https://github.com/kilyabin/psysonic.git
synced 2026-07-22 06:25:41 +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
@@ -670,6 +670,14 @@ export const frTranslation = {
|
||||
shortcutNativeFullscreen: 'Plein écran natif',
|
||||
shortcutOpenMiniPlayer: 'Ouvrir le mini-lecteur',
|
||||
tabSystem: 'Système',
|
||||
loggingTitle: 'Journalisation',
|
||||
loggingModeDesc: 'Contrôle le niveau de verbosité des journaux backend dans le terminal.',
|
||||
loggingModeOff: 'Désactivé',
|
||||
loggingModeNormal: 'Normal',
|
||||
loggingModeDebug: 'Débogage',
|
||||
loggingExport: 'Exporter les journaux',
|
||||
loggingExportSuccess: 'Journaux exportés ({{count}} lignes).',
|
||||
loggingExportError: 'Impossible d\'exporter les journaux.',
|
||||
tabGeneral: 'Général',
|
||||
ratingsSectionTitle: 'Notes',
|
||||
ratingsSkipStarTitle: 'Passer pour 1 étoile',
|
||||
|
||||
Reference in New Issue
Block a user