@elastic/mockotlpserver 0.5.0
github-actions
released this
06 Sep 18:34
·
123 commits
to main
since this release
Changelog
- fix: Add shebang line to the CLI script so
npx @elastic/mockotlpserver
works. - feat: Add
--log-level, -l LEVEL
option. E.g.mockotlpserver -l warn
makes startup silent.
Also add alogLevel
option to theMockOtlpServer
class for module usage.