Inquest lets you add log statements to python without restarting your python instance. It helps you quickly uncover what is going wrong.
import inquest
def main():
inquest.enable(
api_key="example-key",
glob=["example.py"],
)
...
Inquest let's you log extremely simply. Use our dashboard to add new log statements and extract out metrics in the same way you would add break statements in debugging.
Inquest is able to add new log statements into the code without having to restart the original code. This lets you quickly move about your code adding and removing logs and getting the results in an instant.
Inquest communicates with all your connected instances at the same time. In secounds you can push new log statements into all your running code and see the results.
Inquest is idle unless there is something to log. You can run this freely across your stack with no noticeable performance costs.
Made With In San Francisco