|
hey! i just discovered logtape and wanted to use it in an elysia app. i saw there’s an @logtape/elysia adapter, but i couldn’t find any docs or examples showing how to use it. is it still a wip, or is it ready to use? if it’s good to go, could you point me to the right docs or a usage example? also, it’d be great to have a discord server for quick questions like this, instead of opening an issue. |
Replies: 2 comments 2 replies
|
ow, just found this https://jsr.io/@logtape/elysia@1.4.0-dev.435+c427e434, but not sure if it's ready for use since its not mentioned in the docs(website). |
|
Hi @yonaries, thanks for your interest in LogTape! The The reason you don't see it in the main docs yet is that LogTape v1.4.0 hasn't been officially released. In the meantime, you can:
The API is stable and ready for production use—we're just waiting for the v1.4.0 release to update the main documentation site. Regarding a Discord server: that's an interesting suggestion! For now, feel free to use GitHub Discussions for quick questions. |
Hi @yonaries, thanks for your interest in LogTape!
The
@logtape/elysiaadapter is ready to use! It was added in #111 and is already merged into the main branch.The reason you don't see it in the main docs yet is that LogTape v1.4.0 hasn't been officially released. In the meantime, you can:
The API is stable and ready for production use—we're just waiting for the v1.4.0 release to update the main documentation site.
Regarding a Discord server: that's an interesting suggestion! For now, feel free to use GitHub…