Replies: 1 comment
-
I'm not sure I understand your situation completely. To better assist you, could you please provide some additional information:
A bit more context would be helpful. These logs should normally only appear in the process where RobotCode is being executed. RobotCode uses Python's standard logging functionality, so you can disable these logs with the appropriate Python logging configuration. However, I don't have a specific example readily available at the moment. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was developing python project and the program has its own logging.
But somehow the robotcode lsp prints the debug log into my program logs like the following.
Is there a way I can disable these logs to be printed?
Beta Was this translation helpful? Give feedback.
All reactions