Anes Abismail

Results 7 comments of Anes Abismail

I'd like to work on this, please?

Thanks for the notice, what if the layout uses DataBinding? I think it's possible to provide the implementation for `onValueChange`.

Can I work on this, please?

@MurzNN this should do the trick to move `timestamp` to the first position in the JSON object: ```python logger_file.setFormatter(jsonlogger.JsonFormatter('%(timestamp)s %(message)s', timestamp=True)) ``` **UPDATE**: To add `levelname` to the log output...

@webknjaz it's a great example, and it got me thinking if we could just use [docker-py](https://github.com/docker/docker-py) / [python-on-whales](https://pypi.org/project/python-on-whales/) instead of [pytest-docker-compose](https://pypi.org/project/pytest-docker-compose/) to start the docker containers. (I am sorry if...

@webknjaz So there's no need to debug this?