Skip to content

DEBUG log in FrankenPHP is set to the INFO level #574

@hookenz

Description

@hookenz

Steps To Reproduce

Run the container, check the debug.caddyfile

alert.caddyfile:        level {$CADDY_SERVER_LOG_LEVEL:ERROR}  👍 
crit.caddyfile: level {$CADDY_SERVER_LOG_LEVEL:ERROR} 👍 
debug.caddyfile:        level {$CADDY_SERVER_LOG_LEVEL:INFO}  <=== DEBUG?
emerg.caddyfile:        level {$CADDY_SERVER_LOG_LEVEL:ERROR} 👍 
error.caddyfile:        level {$CADDY_SERVER_LOG_LEVEL:ERROR} 👍 
info.caddyfile: level {$CADDY_SERVER_LOG_LEVEL:INFO} 👍 
notice.caddyfile:       level {$CADDY_SERVER_LOG_LEVEL:INFO} 👍 
warn.caddyfile: level {$CADDY_SERVER_LOG_LEVEL:WARN} 👍 

Outcome

What did you expect?

debug level should be DEBUG

What happened instead?

It's set to INFO

Affected Docker Images

serversideup/php:beta-8.4-frankenphp-bookworm

Anything else?

#283

Metadata

Metadata

Assignees

Labels

🧐 Bug: Needs ConfirmationSomething isn't working, but needs to be confirmed by a team member.

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions