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
The current Quarkus documentation suggests using Log only in application classes, not in external dependencies. However, Log can work in extension modules if they have a Jandex index, although this behavior might not be reliable.
The documentation doesn’t mention that:
The stack walk fallback in logging can cause performance issues.
Extensions should use standard loggers like Logger.getLogger() instead of Log.
The text was updated successfully, but these errors were encountered:
Description:
The current Quarkus documentation suggests using Log only in application classes, not in external dependencies. However, Log can work in extension modules if they have a Jandex index, although this behavior might not be reliable.
The documentation doesn’t mention that:
The text was updated successfully, but these errors were encountered: