fix(ts_destination_local): Update debug log color: set textColor to pink in DestinationLocal.

This commit is contained in:
2025-05-20 19:27:01 +00:00
parent e6cef68a26
commit b31d9f0c36
3 changed files with 7 additions and 2 deletions

View File

@ -94,7 +94,7 @@ export class DestinationLocal implements ILogDestination {
},
debug: {
prefix: plugins.consolecolor.coloredString(' debug ', 'pink', 'black') + ' ',
textColor: 'gray',
textColor: 'pink',
},
error: {
prefix: