You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi team, I believe I've found a small bug in the payment service logging. I've been using your demo app (thanks btw for creating it and sharing it) as a "guinea pig" of sorts and particularly focused on the logs. When using the load generator with forced errors (bad calls to /api/payment/pay, I looked into the payment service.
There seems to be missing the part where the Formatter is attached to the StreamHandler and the handler to the logger.
Hi team, I believe I've found a small bug in the payment service logging. I've been using your demo app (thanks btw for creating it and sharing it) as a "guinea pig" of sorts and particularly focused on the logs. When using the load generator with forced errors (bad calls to /api/payment/pay, I looked into the payment service.
There seems to be missing the part where the Formatter is attached to the StreamHandler and the handler to the logger.
robot-shop/payment/payment.py
Lines 151 to 154 in e2cfded
It seems to be missing something like this:
Also, this part should be done before instantiating the RabbitMQ publisher since it passes the app logger as an argument:
robot-shop/payment/payment.py
Lines 147 to 148 in e2cfded
Thanks again for the work to have this demo tool publicly open!
The text was updated successfully, but these errors were encountered: