| w/c 08 Jun | w/c 15 Jun | w/c 22 Jun | w/c 29 Jun | w/c 06 Jul | Summary | |
|---|---|---|---|---|---|---|
| Admin updates |
88.89% 8/9 |
58.33% 7/12 |
85.71% 12/14 |
100.00% 10/10 |
100.00% 8/8 |
73.68% 14/19 |
| Purchasing updates |
100.00% 2/2 |
100.00% 2/2 |
100.00% 1/1 |
66.67% 2/3 |
66.67% 2/3 |
75.00% 3/4 |
| ISO27001 updates |
0.00% 0/2 |
0.00% 0/1 |
0.00% 0/1 |
0.00% 0/1 |
0.00% 0/1 |
0.00% 0/2 |
git hash: master (45d950f7)
Current Site Packages Directory:
/app/.venv/lib/python3.14/site-packages
| Package | Version | Homepage | Summary |
|---|---|---|---|
| alchemical | 1.0.3 | None | Modern SQLAlchemy simplified |
| alembic | 1.18.5 | None | A database migration tool for SQLAlchemy. |
| annotated-types | 0.7.0 | None | Reusable constraint types to use with typing.Annotated |
| anyio | 4.14.1 | None | High-level concurrency and networking framework on top of asyncio or Trio |
| ast_serialize | 0.6.0 | None | Python bindings for mypy AST serialization |
| asttokens | 3.0.1 | https://github.com/gristlabs/asttokens | Annotate AST trees with source code positions |
| backoff | 2.2.1 | https://github.com/litl/backoff | Function decoration for backoff and retry |
| blinker | 1.9.0 | None | Fast, simple object-to-object and broadcast signaling |
| Bootstrap-Flask | 2.5.0 | None | Bootstrap 4 & 5 helper for your Flask projects. |
| certifi | 2026.6.17 | https://github.com/certifi/python-certifi | Python package for providing Mozilla's CA Bundle. |
| charset-normalizer | 3.4.7 | None | The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet. |
| click | 8.4.2 | None | Composable command line interface toolkit |
| colorlog | 6.10.1 | https://github.com/borntyping/python-colorlog | Add colours to the output of Python's logging module. |
| decorator | 5.3.1 | None | Decorators for Humans |
| executing | 2.2.1 | https://github.com/alexmojaki/executing | Get the currently executing AST node of a frame, and other information |
| Flask | 3.1.3 | None | A simple framework for building complex web applications. |
| Flask-DebugToolbar | 0.16.0 | None | A toolbar overlay for debugging Flask applications. |
| Flask-DebugToolbar-LineProfilerPanel | 1.0.2 | https://github.com/phleet/flask_debugtoolbar_lineprofilerpanel | Panel for the Flask Debug toolbar to capture and view line-by-line profiling stats |
| Flask-Migrate | 4.1.0 | None | SQLAlchemy database migrations for Flask applications using Alembic. |
| Flask-SQLAlchemy | 3.1.1 | None | Add SQLAlchemy support to your Flask application. |
| Flask-WTF | 1.3.0 | None | Form rendering, validation, and CSRF protection for Flask with WTForms. |
| freezegun | 1.5.5 | https://github.com/spulec/freezegun | Let your Python tests travel through time |
| gql | 4.0.0 | https://github.com/graphql-python/gql | GraphQL client for Python |
| graphql-core | 3.2.11 | https://github.com/graphql-python/graphql-core | GraphQL implementation for Python, a port of GraphQL.js, the JavaScript reference implementation for GraphQL. |
| greenlet | 3.5.3 | None | Lightweight in-process concurrent programming |
| gunicorn | 26.0.0 | None | WSGI HTTP Server for UNIX |
| h11 | 0.16.0 | https://github.com/python-hyper/h11 | A pure-Python, bring-your-own-I/O implementation of HTTP/1.1 |
| httpcore | 1.0.9 | None | A minimal low-level HTTP client. |
| httpx | 0.28.1 | None | The next generation HTTP client. |
| idna | 3.18 | None | Internationalized Domain Names in Applications (IDNA) |
| ilock | 1.0.3 | https://github.com/symonsoft/ilock | Inter-process named lock library |
| ipython | 9.15.0 | None | IPython: Productive Interactive Computing |
| ipython_pygments_lexers | 1.1.1 | None | Defines a variety of Pygments lexers for highlighting IPython code. |
| itsdangerous | 2.2.0 | None | Safely pass data to untrusted environments and back. |
| jedi | 0.20.0 | https://github.com/davidhalter/jedi | An autocompletion tool for Python that can be used for text editors. |
| Jinja2 | 3.1.6 | None | A very fast and expressive template engine. |
| librt | 0.12.0 | None | Mypyc runtime library |
| line_profiler | 5.0.2 | https://github.com/pyutils/line_profiler | Line-by-line profiler |
| Mako | 1.3.12 | https://www.makotemplates.org/ | A super-fast templating language that borrows the best ideas from the existing templating languages. |
| MarkupSafe | 3.0.3 | None | Safely add untrusted strings to HTML/XML markup. |
| matplotlib-inline | 0.2.2 | None | Inline Matplotlib backend for Jupyter |
| multidict | 6.7.1 | https://github.com/aio-libs/multidict | multidict implementation |
| mypy | 2.1.0 | None | Optional static typing for Python |
| mypy_extensions | 1.1.0 | None | Type system extensions for programs checked with the mypy type checker. |
| packaging | 26.2 | None | Core utilities for Python packages |
| parso | 0.8.7 | https://github.com/davidhalter/parso | A Python Parser |
| pathspec | 1.1.1 | None | Utility library for gitignore style pattern matching of file paths. |
| pdbp | 1.8.2 | https://github.com/mdmintz/pdbp | pdbp (Pdb+): A drop-in replacement for pdb and pdbpp. |
| pexpect | 4.9.0 | https://pexpect.readthedocs.io/ | Pexpect allows easy control of interactive console applications. |
| portalocker | 3.2.0 | None | Wraps the portalocker recipe for easy usage |
| prompt_toolkit | 3.0.52 | None | Library for building powerful interactive command lines in Python |
| propcache | 0.5.2 | https://github.com/aio-libs/propcache | Accelerated property cache |
| psutil | 7.2.2 | https://github.com/giampaolo/psutil | Cross-platform lib for process and system monitoring. |
| psycopg | 3.3.4 | None | PostgreSQL database adapter for Python |
| psycopg-binary | 3.3.4 | None | PostgreSQL database adapter for Python -- C optimisation distribution |
| ptyprocess | 0.7.0 | https://github.com/pexpect/ptyprocess | Run a subprocess in a pseudo terminal |
| pure_eval | 0.2.3 | http://github.com/alexmojaki/pure_eval | Safely evaluate AST nodes without side effects |
| pydantic | 2.13.4 | None | Data validation using Python type hints |
| pydantic_core | 2.46.4 | https://github.com/pydantic/pydantic | Core functionality for Pydantic validation and serialization |
| Pygments | 2.20.0 | None | Pygments is a syntax highlighting package written in Python. |
| python-dateutil | 2.9.0.post0 | https://github.com/dateutil/dateutil | Extensions to the standard Python datetime module |
| python-dotenv | 1.2.2 | None | Read key-value pairs from a .env file and set them as environment variables |
| pytz | 2026.2 | http://pythonhosted.org/pytz | World timezone definitions, modern and historical |
| requests | 2.34.2 | None | Python HTTP for Humans. |
| requests-toolbelt | 1.0.0 | https://toolbelt.readthedocs.io/ | A utility belt for advanced users of python-requests |
| rt | 3.7.1 | None | Python interface to Request Tracker API |
| six | 1.17.0 | https://github.com/benjaminp/six | Python 2 and 3 compatibility utilities |
| SQLAlchemy | 2.0.51 | https://www.sqlalchemy.org | Database Abstraction Library |
| stack-data | 0.6.3 | http://github.com/alexmojaki/stack_data | Extract data from python stack frames and tracebacks for informative displays |
| stackprinter | 0.2.13 | https://github.com/cknd/stackprinter | Debug-friendly stack traces, with variable values and semantic highlighting |
| tabcompleter | 1.4.1 | https://github.com/mdmintz/tabcompleter | tabcompleter --- Autocompletion in the Python console. |
| traitlets | 5.15.1 | None | Traitlets Python configuration system |
| types-pytz | 2026.2.0.20260518 | None | Typing stubs for pytz |
| typing-inspection | 0.4.2 | None | Runtime typing introspection tools |
| typing_extensions | 4.16.0 | None | Backported and Experimental Type Hints for Python 3.9+ |
| urllib3 | 2.7.0 | None | HTTP library with thread-safe connection pooling, file post, and more. |
| wcwidth | 0.8.2 | None | Measures the displayed width of unicode strings in a terminal |
| Werkzeug | 3.1.8 | None | The comprehensive WSGI web application library. |
| WTForms | 3.2.2 | None | Form validation and rendering for Python web development. |
| yarl | 1.24.2 | https://github.com/aio-libs/yarl | Yet another URL library |
| Resource | Value |
|---|---|
| User CPU time | 252.568 msec |
| System CPU time | 6.037 msec |
| Total CPU time | 258.605 msec |
| Elapsed time | 443.687 msec |
| Context switches | 265 voluntary, 20 involuntary |
| Key | Value |
|---|---|
| HTTP_ACCEPT | */* |
| HTTP_ACCEPT_ENCODING | gzip, br, zstd, deflate |
| HTTP_HOST | dashboard.uat.tigr.uk |
| HTTP_USER_AGENT | Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com) |
| QUERY_STRING | |
| REMOTE_ADDR | 10.42.58.188 |
| REQUEST_METHOD | GET |
| SCRIPT_NAME | |
| SERVER_NAME | 0.0.0.0 |
| SERVER_PORT | 8000 |
| SERVER_PROTOCOL | HTTP/1.1 |
| SERVER_SOFTWARE | gunicorn/26.0.0 |
| View Function | kwargs |
|---|---|
| app.views.fanda_reports.month_report_fanda | None |
| Variable | Value |
|---|
No SESSION data
| Variable | Value |
|---|
| Variable | Value |
|---|
| Variable | Value |
|---|---|
| fanda_updates_data | {'w/c 08 Jun': <DashboardBlock(self.header='fanda', self.drilldown='/client_updates_report_drilldown/Admin?start=2026-06-08&end=2026-06-12'>, 'w/c 15 Jun': <DashboardBlock(self.header='fanda', self.drilldown='/client_updates_report_drilldown/Admin?start=2026-06-15&end=2026-06-19'>, 'w/c 22 Jun': <DashboardBlock(self.header='fanda', self.drilldown='/client_updates_report_drilldown/Admin?start=2026-06-22&end=2026-06-26'>, 'w/c 29 Jun': <DashboardBlock(self.header='fanda', self.drilldown='/client_updates_report_drilldown/Admin?start=2026-06-29&end=2026-07-03'>, 'w/c 06 Jul': <DashboardBlock(self.header='fanda', self.drilldown='/client_updates_report_drilldown/Admin?start=2026-07-06&end=2026-07-10'>, 'Summary': <DashboardBlock(self.header='fanda', self.drilldown='/client_updates_report_drilldown/Admin?start=2026-06-08&end=2026-07-10'>} |
| g | <flask.g of 'app'> |
| headings | dict_keys(['w/c 08 Jun', 'w/c 15 Jun', 'w/c 22 Jun', 'w/c 29 Jun', 'w/c 06 Jul', 'Summary']) |
| iso27001_updates_data | {'w/c 08 Jun': <DashboardBlock(self.header='iso27001', self.drilldown='/client_updates_report_drilldown/iso27001?start=2026-06-08&end=2026-06-12'>, 'w/c 15 Jun': <DashboardBlock(self.header='iso27001', self.drilldown='/client_updates_report_drilldown/iso27001?start=2026-06-15&end=2026-06-19'>, 'w/c 22 Jun': <DashboardBlock(self.header='iso27001', self.drilldown='/client_updates_report_drilldown/iso27001?start=2026-06-22&end=2026-06-26'>, 'w/c 29 Jun': <DashboardBlock(self.header='iso27001', self.drilldown='/client_updates_report_drilldown/iso27001?start=2026-06-29&end=2026-07-03'>, 'w/c 06 Jul': <DashboardBlock(self.header='iso27001', self.drilldown='/client_updates_report_drilldown/iso27001?start=2026-07-06&end=2026-07-10'>, 'Summary': <DashboardBlock(self.header='iso27001', self.drilldown='/client_updates_report_drilldown/iso27001?start=2026-06-08&end=2026-07-10'>} |
| links | {'prev': "<a href='/week_report_fanda/2026-05-04'>⇐ Prev</a>", 'next': 'Next ⇒'} |
| purchasing_updates_data | {'w/c 08 Jun': <DashboardBlock(self.header='purchasing', self.drilldown='/client_updates_report_drilldown/Purchasing?start=2026-06-08&end=2026-06-12'>, 'w/c 15 Jun': <DashboardBlock(self.header='purchasing', self.drilldown='/client_updates_report_drilldown/Purchasing?start=2026-06-15&end=2026-06-19'>, 'w/c 22 Jun': <DashboardBlock(self.header='purchasing', self.drilldown='/client_updates_report_drilldown/Purchasing?start=2026-06-22&end=2026-06-26'>, 'w/c 29 Jun': <DashboardBlock(self.header='purchasing', self.drilldown='/client_updates_report_drilldown/Purchasing?start=2026-06-29&end=2026-07-03'>, 'w/c 06 Jul': <DashboardBlock(self.header='purchasing', self.drilldown='/client_updates_report_drilldown/Purchasing?start=2026-07-06&end=2026-07-10'>, 'Summary': <DashboardBlock(self.header='purchasing', self.drilldown='/client_updates_report_drilldown/Purchasing?start=2026-06-08&end=2026-07-10'>} |
| report | True |
| request | <Request 'http://dashboard.uat.tigr.uk/month_report_fanda' [GET]> |
| summary | 'Summary' |
The toolbar was unable to fetch the SQLAlchemy queries for this request. To enable the SQLAlchemy query display, please:
The Flask-SQLAlchemy extension needs to be configured for this application. Please see the Flask-SQLAlchemy documentation for details.
| Level | Time | Message | Location |
|---|---|---|---|
| DEBUG | 2026-07-06 19:18:37.608033 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.608140 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.608153 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.608161 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.608168 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.608174 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.608180 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.608186 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.608192 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.608198 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.608203 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.608209 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.608215 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.608221 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.608226 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.608231 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.608237 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.608243 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.608248 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.608269 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.608275 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.608284 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.608292 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.608298 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.608304 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.608313 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.608320 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.608327 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.608332 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.608338 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.608344 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.608349 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.608355 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.608361 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.608366 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.608372 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.608380 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.608389 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.608394 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.608400 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.608406 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.608412 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.608418 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.608423 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.608428 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.645046 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.645091 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.645101 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.645108 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.645113 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.645128 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.645136 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.645141 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.645147 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.645151 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.645156 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.645161 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.645167 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.645173 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.645177 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.645182 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.645187 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.645194 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.645199 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.645203 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.645209 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.645213 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.645218 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.645223 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.645227 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.645233 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.645238 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.645243 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.645248 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.645262 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.645267 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.645272 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.645278 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.645284 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.645289 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.645295 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.645300 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.645305 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.645310 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.645315 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.645321 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.645326 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.645332 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.645338 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.645344 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.645349 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.645355 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.645360 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.645367 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.645373 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.645378 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.645385 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.645391 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.645396 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.645402 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.645408 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.645414 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.645419 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.645424 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.645430 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.645436 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.645441 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.645446 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.645452 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.645458 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.645463 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.645469 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.645474 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.645480 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.645485 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.645490 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.645496 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.645502 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.645507 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.645513 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.645519 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.645525 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.645530 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.645535 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.645541 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.645546 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.645553 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.645558 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.645564 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.645570 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.645576 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.645582 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.645587 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.645593 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.645598 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.645603 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.645609 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.645614 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.645619 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.645625 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.645631 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.645636 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.645642 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.645647 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.645653 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.645658 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.645664 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.659488 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.659541 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.659558 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.659569 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.659579 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.659589 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.659598 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.672832 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.672876 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.672887 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.672893 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.672899 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.672904 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.672909 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.672914 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.672920 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.672925 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.672929 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.672934 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.672939 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.672945 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.672950 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.672955 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.672960 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.672965 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.672970 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.672976 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.672981 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.672986 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.672991 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.672996 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.673001 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.673006 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.673012 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.673017 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.673023 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.673029 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.673034 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.673040 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.673045 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.673050 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.673055 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.673060 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.673065 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.673070 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.673075 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.673080 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.673085 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.673090 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.673096 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.673101 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.673106 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.673112 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.673118 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.673124 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.673130 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.673135 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.673141 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.673146 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.673151 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.673156 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.673161 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.673167 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.673173 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.673179 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704286 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704331 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704341 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704348 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704354 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704360 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704366 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704371 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704376 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704381 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704386 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704391 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704396 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704401 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704406 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704412 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704416 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704421 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704426 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704431 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704436 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704442 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704447 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704453 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704461 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704466 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704471 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704476 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704480 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704485 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704490 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704495 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704500 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704505 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704510 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704517 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704522 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704527 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704532 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704538 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704542 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704548 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704554 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704559 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704565 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704570 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704575 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704580 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704585 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704590 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704595 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704600 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704606 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704611 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704617 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704622 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704628 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704633 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704638 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704643 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704648 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704654 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704659 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704664 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704669 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704674 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704680 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704685 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704690 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704695 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704701 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704706 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704711 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704716 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704721 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704727 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704733 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704739 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704744 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704749 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704754 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704759 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704764 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704769 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704775 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704781 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704786 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704792 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704797 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704803 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704808 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704813 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704818 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704823 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704829 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704834 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704839 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704844 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704850 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704855 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704860 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704865 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704870 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704875 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.704881 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.718674 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.718713 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.728444 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.728479 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.728488 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.728495 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.728501 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.728506 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.728510 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.728515 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.728520 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.728524 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.728529 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.728534 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.728538 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.728543 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.728548 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.728552 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.728557 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.728562 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.728567 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.728572 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.728577 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.728583 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.728589 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.728594 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.728599 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.728604 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.728608 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.728613 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.728618 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.728623 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.728627 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.728632 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.728637 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.728641 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.728647 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.728652 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.728656 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.728662 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.728667 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.728672 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.728677 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.728682 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.728687 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.728692 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.728697 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.728702 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.728707 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.728712 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.728717 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.728721 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.728726 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.728731 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.728736 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.728741 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.728745 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.728751 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.728756 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.728761 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.728766 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.728771 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.728776 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.728781 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.728786 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.728791 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.728796 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.728801 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.728806 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.728811 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.728816 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.728821 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.761791 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.761890 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.761905 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.761914 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.761922 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.761928 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.761934 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.761940 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.761946 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.761955 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.761964 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.761973 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.761981 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.761988 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.761993 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.761999 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.762006 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.762012 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.762017 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.762024 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.762031 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.762041 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.762050 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.762059 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.762066 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.762072 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.762083 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.762089 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.762095 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.762101 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.762107 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.762114 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.762124 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.762134 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.762141 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.762147 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.762153 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.762159 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.762166 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.762172 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.762177 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.762183 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.762189 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.762197 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.762207 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.762216 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.762222 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.762228 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.762234 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.762239 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.762245 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.762264 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.762273 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.762283 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.762292 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.762300 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.762307 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.762313 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.762319 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.762325 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.762331 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.762336 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.762342 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.762348 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.762358 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.762367 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.762377 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.762383 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.762391 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.762400 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.762408 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.762418 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.762424 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.762430 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.762440 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.762451 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.762459 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.762466 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.762472 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.762479 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.762486 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.762492 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.762498 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.762504 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.762511 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.762516 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.762523 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.762530 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.762535 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.762541 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.778317 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.778364 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.787589 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.787630 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.787641 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.787649 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.787656 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.787663 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.787668 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.787674 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.787679 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.787685 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.787690 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.787696 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.787702 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.787708 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.787714 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.787719 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.787725 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.787731 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.787737 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.787742 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.787747 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.787752 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.787757 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.787763 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.787768 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.787773 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.787777 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.787783 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.787788 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.787793 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.787798 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.787803 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.787808 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.787813 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.787818 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.787824 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.787829 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.787834 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.787839 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.787845 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.787851 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.787856 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.787861 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.787867 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.787872 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.787877 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.787881 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.787886 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.787891 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.787896 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.787902 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.787907 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.787912 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.818282 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.818339 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.818353 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.818363 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.818372 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.818381 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.818390 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.818399 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.818408 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.818417 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.818427 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.818437 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.818445 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.818454 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.818462 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.818471 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.818483 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.818491 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.818497 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.818506 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.818515 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.818523 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.818531 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.818538 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.818547 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.818556 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.818564 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.818574 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.818583 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.818590 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.818596 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.818605 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.818614 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.818622 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.818630 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.818638 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.818646 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.818656 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.818666 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.818675 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.818685 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.818693 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.818700 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.818705 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.818711 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.818717 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.818724 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.818729 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.818735 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.818741 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.818747 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.818753 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.818758 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.818764 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.818771 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.818780 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.818788 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.818798 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.818806 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.818816 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.818822 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.818829 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.818835 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.818841 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.818847 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.818854 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.818861 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.818867 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.818873 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.818879 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.818885 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.818891 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.818896 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.818903 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.818912 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.818922 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.818930 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.818936 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.818942 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.818948 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.818954 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.818960 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.818965 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.818971 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.818977 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.818983 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.818988 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.818994 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.818999 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.819005 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.819012 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.819018 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.819024 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.819029 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.819035 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.819040 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.819046 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.819052 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.858244 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.858307 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.868295 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.868344 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.868359 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.868369 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.868378 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.868387 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.868396 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.868405 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.868414 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.868423 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.868431 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.868440 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.868449 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.868458 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.868466 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.868475 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.868484 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.868494 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.868503 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.868511 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.868521 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.868531 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.868541 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.868550 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.868559 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.868568 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.868577 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.868586 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.868595 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.868604 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.868613 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.868622 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.868630 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.868638 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.868647 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.868657 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.868666 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.868676 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.868685 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.868697 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.868705 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.868715 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.868724 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.868734 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.905202 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.905248 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.905265 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.905272 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.905279 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.905284 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.905289 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.905294 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.905299 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.905305 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.905310 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.905314 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.905319 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.905324 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.905330 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.905334 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.905340 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.905345 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.905350 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.905355 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.905360 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.905365 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.905370 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.905375 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.905380 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.905385 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.905391 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.905396 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.905401 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.905407 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.905413 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.905417 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.905422 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.905428 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.905432 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.905438 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.905442 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.905447 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.905452 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.905458 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.905463 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.905468 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.905474 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.905479 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.905484 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.905490 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.905496 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.905501 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.905507 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.905512 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.905517 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.905522 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.905527 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.905534 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.905542 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.905548 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.905553 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.905558 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.905563 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.905568 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.905573 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.905579 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.905587 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.905595 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.905602 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.905607 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.905612 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.905617 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.905623 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.905628 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.905633 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.905652 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.905658 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.905663 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.905668 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.905674 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.905679 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.905685 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.905691 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.905697 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.905702 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.905708 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.905713 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.905720 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.905725 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.905730 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.905735 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.905740 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.905746 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.905751 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.905756 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.905761 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.905767 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.905772 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.905777 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.905782 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.905788 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.905796 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.933776 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.933822 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.946084 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.946130 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.946142 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.946151 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.946159 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.946167 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.946174 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.946181 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.946188 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.946195 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.946202 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.946209 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.946215 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.946223 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.946229 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.946236 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.946243 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.946257 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.946266 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.946274 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.946281 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.946287 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.946294 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.946301 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.946308 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.946316 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.946322 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.946330 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.946336 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.946343 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.946350 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.946358 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.946365 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.946372 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.946379 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.946387 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.946393 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.946400 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.946405 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.946410 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.946416 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.946423 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.946428 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.946434 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.946440 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.946446 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.946452 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.946458 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.946463 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.946469 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.946475 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.946490 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.946497 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.946502 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.946509 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.946515 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.946521 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.946528 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.946534 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.946541 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.946547 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.946553 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.946559 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.946565 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.946570 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.946576 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.946583 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.946589 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.946594 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.946600 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.946606 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.946612 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.946618 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.946623 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.946629 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.946635 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.946641 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.946647 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.946653 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.946658 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.946664 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.946670 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.946676 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.946683 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.946700 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.946707 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.946714 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.946720 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.946726 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.946732 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.946737 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.946743 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.946749 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.984667 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.984712 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.984723 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.984731 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.984737 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.984743 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.984749 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.984755 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.984760 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.984766 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.984772 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.984778 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.984783 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.984789 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.984794 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.984800 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.984806 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.984812 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.984817 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.984823 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.984828 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.984833 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.984839 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.984844 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.984850 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.984856 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.984861 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.984867 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.984872 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.984878 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.984884 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.984890 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.984896 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.984902 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.984907 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.984913 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.984919 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.984924 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.984930 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.984936 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.984941 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.984946 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.984952 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.984958 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.984964 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.984970 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.984976 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.984983 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.984988 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.984994 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.984999 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.985005 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.985011 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.985016 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.985022 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.985028 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.985034 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.985039 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.985044 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.985050 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.985055 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.985060 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.985065 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.985071 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.985076 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.985081 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.985086 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.985092 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.985097 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.985102 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.985107 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.985113 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.985118 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.985123 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.985128 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.985133 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.985138 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.985143 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.985148 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.985153 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.985158 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.985164 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.985169 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.985174 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.985180 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.985185 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.985199 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.985206 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.985211 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.985216 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.985221 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.985226 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.985231 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.985237 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.985242 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.985247 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.985259 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.985265 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.985270 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.985276 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.985281 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.985286 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.985293 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.985298 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.985304 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.985311 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.985315 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.985320 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.985325 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.985331 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.985337 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.985342 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:37.985347 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:38.022151 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:38.022205 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:38.022221 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:38.022233 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:38.022243 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:38.022266 | xxx | ./services/model.py:838 |
| DEBUG | 2026-07-06 19:18:38.022278 | xxx | ./services/model.py:838 |
from flask_debugtoolbar_lineprofilerpanel.profile import line_profile
# Using it as a decorator
@app.route('/profile')
@line_profile
def profile_page():
...
return flask.render_template('profile_page')
# Explicit argument
line_profile(some_function)