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