Skip to content

Confirm intended log level for the VirtualThreads executor close event #10

Description

@OmarAlJarrah

VirtualThreadAsyncHttpClient.close() logs its executor.closed lifecycle event at DEBUG (sdk-async-virtualthreads/src/main/kotlin/org/dexpace/sdk/async/virtualthreads/VirtualThreads.kt; the call is log.atVerbose(), and VERBOSE maps to SLF4J DEBUG in ClientLogger). Closing is idempotent and otherwise correct; this is purely an observability question. The lifecycle event is emitted at DEBUG rather than INFO.

Decision needed: confirm DEBUG is intended. Operators who watch for or alert on the executor-close event at INFO will no longer see it by default. If lifecycle visibility at INFO is preferred, restore the level.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions