fix(ts_destination_local): Update debug log color: set textColor to pink in DestinationLocal.
This commit is contained in:
parent
e6cef68a26
commit
b31d9f0c36
@ -1,5 +1,10 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2025-05-20 - 3.1.7 - fix(ts_destination_local)
|
||||||
|
Update debug log color: set textColor to 'pink' in DestinationLocal.
|
||||||
|
|
||||||
|
- Changed debug log text color from 'gray' to 'pink' for improved consistency in log output
|
||||||
|
|
||||||
## 2025-05-20 - 3.1.6 - fix(ts_destination_local)
|
## 2025-05-20 - 3.1.6 - fix(ts_destination_local)
|
||||||
Update debug prefix color in DestinationLocal: change from gray to pink for improved visibility.
|
Update debug prefix color in DestinationLocal: change from gray to pink for improved visibility.
|
||||||
|
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@push.rocks/smartlog',
|
name: '@push.rocks/smartlog',
|
||||||
version: '3.1.6',
|
version: '3.1.7',
|
||||||
description: 'A minimalistic, distributed, and extensible logging tool supporting centralized log management.'
|
description: 'A minimalistic, distributed, and extensible logging tool supporting centralized log management.'
|
||||||
}
|
}
|
||||||
|
@ -94,7 +94,7 @@ export class DestinationLocal implements ILogDestination {
|
|||||||
},
|
},
|
||||||
debug: {
|
debug: {
|
||||||
prefix: plugins.consolecolor.coloredString(' debug ', 'pink', 'black') + ' ',
|
prefix: plugins.consolecolor.coloredString(' debug ', 'pink', 'black') + ' ',
|
||||||
textColor: 'gray',
|
textColor: 'pink',
|
||||||
},
|
},
|
||||||
error: {
|
error: {
|
||||||
prefix:
|
prefix:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user