Closed Synkevych closed 1 year ago
To understand what calculation is belong to what folder, show the <id_calc>4</id_calc> and <id_series>2</id_series> in the docker logs by using the parse_messages method in parser.py
<id_calc>4</id_calc>
<id_series>2</id_series>
parser.py
We can get this info by using the docker inspect IP | grep Source
docker inspect IP | grep Source
To understand what calculation is belong to what folder, show the
<id_calc>4</id_calc>
and<id_series>2</id_series>
in the docker logs by using the parse_messages method inparser.py