Service launch¶
Example of service launch from root directory:
python run.py --port=5171 --config=./configs/devconfig.conf --log_suffix=test
Parameters port=5170 and config=./configs/config.conf are default. Note, that python version should be 3.11 or higher.
Running service on a port with configuration file and output to log files having suffix “test”. Port, path to configuration file and custom log files’ suffix are set as command line arguments.
You can view help
python ./run.py --help