Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

...

When working with uWSGI you need to run uWSGI with the following flags either in the command line or in the uwsgi configuration file: --enable-threads  --single-interpreter --lazy-apps --import python_agent.init

...

Other servers

For other servers, run the with the SeaLights Python agent and the run flagflags

Code Block
firstline1
titleSample Usage
sl-python run <your server and args...>

...