Skip to content

Include frankenphp version in logs #2483

@gucki

Description

@gucki

Describe your feature request

On startup, FrankenPHP logs the following:

FrankenPHP started 🐘 {"php_version": "8.2.31", "num_threads": 4, "max_threads": 8, "max_requests": 0}

The startup log should include the FrankenPHP version, consistent with what frankenphp -v reports:

FrankenPHP started 🐘 {"version": "1.12.4", "php_version": "8.2.31", "num_threads": 4, "max_threads": 8, "max_requests": 0}

Optionally, the Caddy version could be included too, mirroring the full version string from frankenphp -v.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    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