fix(ts_destination_local): Update debug prefix color in DestinationLocal: change from gray to pink for improved visibility.
This commit is contained in:
@ -93,7 +93,7 @@ export class DestinationLocal implements ILogDestination {
|
||||
textColor: 'blue',
|
||||
},
|
||||
debug: {
|
||||
prefix: plugins.consolecolor.coloredString(' debug ', 'gray', 'black') + ' ',
|
||||
prefix: plugins.consolecolor.coloredString(' debug ', 'pink', 'black') + ' ',
|
||||
textColor: 'gray',
|
||||
},
|
||||
error: {
|
||||
|
Reference in New Issue
Block a user