Skip to content

Conversation

@ShadowArcanist
Copy link
Member

Proxy Logs:


Current Dark Mode

New Dark Mode

Current Light Mode

New Light Mode

Application Logs:


Current Dark Mode

New Dark Mode

Current Light Mode

New Light Mode

How this works:

  • We check keywords on logs like "err", "error", "wrn", "warn", and so on, then apply color based on the log type
  • The log color shows based on precedence like Error > Warning > Debug > Info -- which means if a log contain both Error and warning keywords then it will show the log in Red color (Error) since Error have higher precedence

Colors:

  • ERROR - Red
  • WARNING - Yellow
  • DEBUG - Purple
  • INFO - Blue

Notes:

  • I disabled "show timestamp" by default for proxy logs because traefik logs and most applications already include timestamp so having "show timestamp" enabled shows timestamp twice on the logs. Users can manually enable the "show timestamp" option if their app won't show timestamps on logs 😄
  • I don't know PHP so all the changes are done by AI, but fully tested the changes locally (with both Traefik and Caddy) and it's working without any issues.

@ShadowArcanist
Copy link
Member Author

Just now added a commit with a fix for how timestamp is displayed:

Before:

image

After:

image

@ShadowArcanist ShadowArcanist added 🛠️ Feature Issues requesting a new feature. php Pull requests that update php code UI/UX labels Nov 20, 2025
@github-actions
Copy link
Contributor

Hi @ShadowArcanist! 👋

It appears to us that you are adding a new feature to Coolify.
We kindly ask you to also update the Coolify Documentation to include information about this new feature.
This will help ensure that our documentation remains accurate and up-to-date for all users.

Coolify Docs Repository: https://github.com/coollabsio/coolify-docs
How to Contribute to the Docs: https://coolify.io/docs/get-started/contribute/documentation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🛠️ Feature Issues requesting a new feature. php Pull requests that update php code UI/UX

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant