-
Notifications
You must be signed in to change notification settings - Fork 33
Changelog Logger
user_name edited this page Apr 28, 2023
·
6 revisions
All notable changes to this module will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Extracted a couple of shared helpers (e.g.
stringLogArrayMarshaler,MarshalZerologArray) - Updated documentation on how to build a context specific logger
- Removed the unused
busfrom theloggerstruct
- Update the logger module interface to use logger pointers instead of values
- Update logger value references with pointers
- Update README
- Module embeds
base_modules.IntegratableModuleandbase_modules.InterruptableModulefor DRYness
-
loggerModuletype-checking formodules.Module
- Added GITHUB_WIKI tags where it was missing
- Address legacy linter errors from
golangci-lint
- Added readme
- Moved initialization of
Globallogger toinitfunction - Added
SetFieldsandUpdateFieldsmethods toLoggermodule
- Updated module constructor to accept a
busand not aruntimeMgranymore - Registering module with the
busviaRegisterModulemethod
- Refactored configs into
configspackage
- Introduced this
CHANGELOG.md
Contents
- Home
- Persistence
- Changelog
-
Persistence
- Indexer
- Rpc
- Runtime
- State_Machine
-
Guides
- Roadmap
-
Guides
- Learning
- Guides
-
Guides
- Contributing
- Devlog
-
Guides
- Dependencies
-
Guides
- Releases
- Guides
- P2P
-
Shared
- Crypto
- Shared
-
Shared
- Modules
-
Build
- Config
- Consensus
-
Guides
- Telemetry
- Utility
- Logger