Humbertzhang commented on pull request #52:
URL: https://github.com/apache/skywalking-python/pull/52#issuecomment-671683327


   The agent can only be started once, you  just need to find a place, import 
skywalking and use  `agent.start()` to start it. i think maybe you use 
`agent.start()`  twice when you run your app.
   
   ```Python
   from skywalking import agent, config
   config.service_name = "test"
   config.logging_level = "DEBUG"
   agent.start()
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to