Skip to content

Provide instructions for running with debug logs #42

Answered by sauljabin
tmgstevens asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @tmgstevens thanks for asking.

Here you have some guidelines https://github.com/sauljabin/kaskade/blob/main/DEVELOPMENT.md.

But in general you have to:

poetry install
poetry shell
textual console --port 7342

In another terminal:

poetry shell
textual run --port 7342 --dev -c kaskade admin -b localhost:19092

Also kaskade has a default logger you can use:

tail -f ~/.kaskade/kaskade.log

Then in the code you could:

from kaskade import logger
...
logger.error("my error")
...

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by sauljabin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
2 participants
Converted from issue

This discussion was converted from issue #41 on July 17, 2024 14:16.