fix(DestinationLocal): Fix debug log rendering, add fallback for unknown log levels, and correct error prefix typo in local destination

This commit is contained in:
2025-05-20 16:45:11 +00:00
parent a2ae8c0c83
commit a98f48409d
4 changed files with 38 additions and 6 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartlog',
version: '3.1.3',
version: '3.1.4',
description: 'A minimalistic, distributed, and extensible logging tool supporting centralized log management.'
}