dasniko / testcontainers-keycloak

A Testcontainer implementation for Keycloak IAM & SSO.
Apache License 2.0
327 stars 50 forks source link

Add support for verbose command line argument #114

Closed raoulvdberge closed 10 months ago

raoulvdberge commented 10 months ago

Description

Often, when doing extension dev, something fails:

[docker-java-stream-1064091640] INFO tc.quay.io/keycloak/keycloak:22.0.1 - STDOUT: 2023-09-08 08:22:27,244 ERROR [org.keycloak.quarkus.runtime.cli.ExecutionExceptionHandler] (main) For more details run the same command passing the '--verbose' option. Also you can use '--help' to see the details about the usage of the particular command.

To see the entire stack trace, I'd need to set the --verbose option. Currently, it does not seem possible to enable this.

Motivation

No response

Details

No response

dasniko commented 10 months ago

Thanks for this issue. Makes sense IMHO, especially when this testcontainer is used for development.

raoulvdberge commented 10 months ago

Thank you. Would it be possible to create a release with this?

dasniko commented 10 months ago

There are currently some other issues/features in development. If they are some kind of done, or, when a new KC major version will be released, I'll do a new release.

raoulvdberge commented 8 months ago

Thank you for the release!