How to view the debug under Docker? #758
Replies: 4 comments
-
Hi @straussbastian, Your log path will be located here in docker I highly recommend you use this for debugging/development. |
Beta Was this translation helpful? Give feedback.
-
First of all, what an amazing project! It would be a nice feature if each component can show a result of an action. This way we can easily check if a request has succeeded or not, without diving in the log files. If more details are needed, one can always analyze the logs. What do you guys think? Adding a log button, for seeing the result of the last action. We can also make it configurable to turn it on/off if necessary. |
Beta Was this translation helpful? Give feedback.
-
yes, I would wish for that too. Above all, it would be interesting to see what GPT is doing with the custom function API call and what information it has read in. I am currently testing this with https://autobahn.api.bund.dev/ and the results are simply wrong. GPT simply seals stories that do not match the API result. for me, the question is: is it my function? Or is it GPT? Your weather example works fine! Edit: it was my function,but i can't See any erros in the log. |
Beta Was this translation helpful? Give feedback.
-
Hi @bouchtaoui-dev and @straussbastian, I will close this discussions. The current workaround
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I use Flowise under Docker. Where it is started automatically with the start of the container.
I'm working on custom tools right now, but I can't see if GPT is using these tools correctly or what data is being passed from the API. So far the results seem wrong.
How can I see the DEBUG in the terminal? Or where can I find the logging when I set the parameters DEBUG=true and LOG_LEVEL=debug.
Beta Was this translation helpful? Give feedback.
All reactions