Joomla View Logs component v.2.3.0 has been released!

Published: (January 11, 2026 at 06:22 AM EST)
1 min read
Source: Dev.to

Source: Dev.to

Cover image for Joomla View Logs component v.2.3.0 has been released!

Overview

The component allows you to view error logs and notifications in the Joomla admin panel. Logs of both Joomla itself and extensions that use the standard kernel logger are displayed. It works with Joomla 4+, Joomla 5+.

Joomla ViewLogs component admin panel

v.2.3.0 What’s new?

  • The option to disable the display of the PHP log has been added in the component settings.
  • Added a message about the inability to delete a PHP log from the log list page.
  • Added a link to download the zip archive in the message about archiving the log.
  • The disabled attribute has been added to the Archive and Delete buttons for the PHP log.
  • Fixed the reading path for the PHP log.
  • Fixed links for downloading logs in csv format from the logs list page.
  • Fixed downloading logs in csv format from the logs page (previously logs were downloaded with HTML code from the template).
  • Fixed translation of column headers of the log table.
Back to Blog

Related posts

Read more »

When CRUD Tables Are No Longer Enough

markdown !Cover image for “When CRUD Tables Are No Longer Enough”https://media2.dev.to/dynamic/image/width=1000,height=420,fit=cover,gravity=auto,format=auto/ht...

Rapg: TUI-based Secret Manager

We've all been there. You join a new project, and the first thing you hear is: > 'Check the pinned message in Slack for the .env file.' Or you have several .env...