diff --git a/changelog.md b/changelog.md index 9577a78..3173df9 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,10 @@ # 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) Update debug prefix color in DestinationLocal: change from gray to pink for improved visibility. diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 8f08296..5bae9ae 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@push.rocks/smartlog', - version: '3.1.6', + version: '3.1.7', description: 'A minimalistic, distributed, and extensible logging tool supporting centralized log management.' } diff --git a/ts_destination_local/classes.destinationlocal.ts b/ts_destination_local/classes.destinationlocal.ts index 5f10428..907c79e 100644 --- a/ts_destination_local/classes.destinationlocal.ts +++ b/ts_destination_local/classes.destinationlocal.ts @@ -94,7 +94,7 @@ export class DestinationLocal implements ILogDestination { }, debug: { prefix: plugins.consolecolor.coloredString(' debug ', 'pink', 'black') + ' ', - textColor: 'gray', + textColor: 'pink', }, error: { prefix: