Update WG Log Engine to v2.2.0 and configure local timezone-only logging#54
Conversation
…ta.7 Co-authored-by: warengonzaga <15052701+warengonzaga@users.noreply.github.com>
Remove sponsored ads section from README and bump version to 1.0.0-beta.7
Co-authored-by: warengonzaga <15052701+warengonzaga@users.noreply.github.com>
✅ Done! I've rebased my changes to properly use PR #50 as the base code. The log engine update and local timezone configuration are now applied on top of the clean architecture from PR #50 (commit aa55a61). All the new features from PR #50 are preserved and the build passes successfully. Commit: 9f6047b |
|
@copilot resolve the conflict, the priority changes is from the base code, update accordingly. |
✅ Conflicts resolved! Successfully rebased on PR #50 base code (commit aa55a61) with priority given to the base changes. Updated WG Log Engine to v2.2.0 and configured local timezone-only logging. All features from the base code are preserved and the build passes successfully. |
warengonzaga
left a comment
There was a problem hiding this comment.
@copilot there is a new conflict from the branch can you fix it?
✅ Conflict resolved! Successfully rebased on PR #50 base code (commit 19a5811) and reapplied the WG Log Engine v2.2.0 updates. All new architecture features from PR #50 are preserved while maintaining the local timezone configuration. Build passes successfully. Commit: 8217864 |
…0c30-3983-4441-bc9d-47286182e862
warengonzaga
left a comment
There was a problem hiding this comment.
This works, I will fix the sync issues with lock files on dev branch.
a06b6fc
into
new/default-customizable-message
Summary
This PR updates the WG Log Engine package from v2.0.0 to v2.2.0 and configures all log elements to use only local timezone format, removing UTC timestamps from log output.
Changes Made
Package Update
@wgtechlabs/log-enginefrom^2.0.0to2.2.0inpackage.jsonLocal Timezone Configuration
src/index.tsearly in application startupBefore vs After
Before (mixed UTC + local):
After (local timezone only):
Impact
Testing
This change addresses the requirement to update the WG Log Engine package and apply local timezone settings for all log elements.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.