Closed reta closed 10 months ago
The build is failing now due to:
#14 1.347 ERROR: unable to select packages:
#14 1.350 mysql-10.11.6-r0:
#14 1.350 breaks: world[mysql~10.11.5]
#14 1.350 mysql-client-10.11.6-r0:
#14 1.350 breaks: world[mysql-client~10.11.5]
#14 ERROR: process "/bin/sh -c (cd install && ./install.sh) && rm -rf ./install" did not complete successfully: exit code: 2
Probably mysql
10.11.6-r0 is being rolled out now ...
good guess. you can bump that here for convenience https://pkgs.alpinelinux.org/packages?name=mysql&branch=edge&repo=&arch=&maintainer=
we should do a patch after update to armeria 1.27 which addresses some things we've worked around in other areas of the server.
There were basically 2 issues:
com.linecorp.armeria.client.logging.LoggingClient
logger withINFO
level is needed in order to log the HTTP requests (headers, body, etc)Sample logs (request body):