---
title: "View logs - component for viewing Joomla logs - WebTolk websites development, Joomla Extensions"
description: "Component view the saved logs of core and extensions Joomla"
url: "https://web-tolk.ru/en/dev/components/view-logs"
date: "2026-06-04T13:08:04+00:00"
language: "en-GB"
---

![View logs](https://web-tolk.ru/images/swjprojects/projects/94/en-GB/cover.webp)

---

# View logs

- **Categories:** [Joomla 4 - Joomla 6extensions](https://web-tolk.ru/en/dev/rasshireniya-dlya-joomla-4), [Components](https://web-tolk.ru/en/dev/components)
- **Version:** 2.3.0
- **Date:** 11 January 2026

4005 4210 CTR 95% Comp Free

[Download](https://web-tolk.ru/en/get?element=com_vlogs)[Versions](https://web-tolk.ru/en/dev/components/view-logs/versions)[GitHub](https://github.com/WebTolk/View-logs)[JED](https://extensions.joomla.org/extension/view-logs/)

Component view the saved logs of core and extensions Joomla. This component was created by the developer of AlekVolsk, then (after version 1.3.9) transferred for further development and development of WebTolk.

![View logs](https://web-tolk.ru/images/swjprojects/projects/94/en-GB/icon.webp)

## Description

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+. For Joomla 3, [see the version here](https://github.com/AlekVolsk/View-logs).

### Features

- reading log files and displaying their contents in a tabular form in the admin panel
- autoexpand json-string message when viewing log in admin panel, (upd 1.1.0) correct json output with deep nesting of objects, (upd 1.1.1) collapse (accordion) of json-message block to save screen space
- ability to download the log file in CVS format (two options: classic and specially for opening in MS-Excel)
- ability to delete log file
- (upd 1.1.0) correct reading of log files with non-standard columns
- (upd 1.2.0) reading PHP error log file (provided that it is installed in php.ini and available for reading from the site)
- (upd 1.3.0) archiving a log file to an archive with a log file name + current datetime (assuming the php-zip extension is connected), the archive is saved to the site folder specified in the component settings, by default /tmp, where optionally deleting the original file after archiving is also configured

**Disadvantage #1**: the log file is read and displayed entirely, if it is large, it will take time, create a load on resources and traffic, so...

**...recommendation for extension developers**: with intensive logging provide avtorezina logs into parts, task types, period, either, but that logs your not weighed megatons

**Disadvantage #2**: the limitation on the length of the line in the log is 32000 characters, this is not small for simple text, but it is not enough when writing bulky JSON objects.

## Joomla

 **Extension type:** Component **Joomla version:** 5.1.4, 6.0.0, 6.0.2

## Gallery

![...](https://web-tolk.ru/en/dev/components/images/swjprojects/projects/94/en-GB/gallery/G2bMCnZj4F0.webp)

![...](https://web-tolk.ru/en/dev/components/images/swjprojects/projects/94/en-GB/gallery/n8u7kPA58Sn.webp)

![...](https://web-tolk.ru/en/dev/components/images/swjprojects/projects/94/en-GB/gallery/vNDHYPxMS5c.webp)

## What's new

 2026-01-11 15:05:56

Addition

### New component parameter

The option to disable the display of the PHP log has been added in the settings. Added a message about the inability to delete a PHP log from the log list page. The disabled attribute for the PHP log has been added to the "archive" and "delete" buttons.

Addition

### Download link

Added a link to download the zip archive in the message about archiving the log.

Fixed

### Various fixes

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 the html code of the template).
 The translation of the column headers of the log table has been fixed.

## JSON-LD Schema

```json
{
    "@context": "https://schema.org",
    "@type": "BreadcrumbList",
    "@id": "https://web-tolk.ru/#/schema/BreadcrumbList/17",
    "itemListElement": [
        {
            "@type": "ListItem",
            "position": 1,
            "item": {
                "@id": "https://web-tolk.ru/en",
                "name": "Home"
            }
        },
        {
            "@type": "ListItem",
            "position": 2,
            "item": {
                "@id": "https://web-tolk.ru/en/dev",
                "name": "Joomla extensions"
            }
        },
        {
            "@type": "ListItem",
            "position": 3,
            "item": {
                "@id": "/en/dev/components",
                "name": "Components"
            }
        },
        {
            "@type": "ListItem",
            "position": 4,
            "item": {
                "name": "View logs"
            }
        }
    ]
}
```

```json
{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "Organization",
            "@id": "https://web-tolk.ru/#/schema/Organization/base",
            "name": "WebTolk",
            "url": "https://web-tolk.ru/",
            "logo": {
                "@type": "ImageObject",
                "@id": "https://web-tolk.ru/#/schema/ImageObject/logo",
                "url": "images/webtolk-1080p.jpg",
                "contentUrl": "images/webtolk-1080p.jpg",
                "width": 1920,
                "height": 1080
            },
            "image": {
                "@id": "https://web-tolk.ru/#/schema/ImageObject/logo"
            },
            "sameAs": [
                "https://github.com/WebTolk",
                "https://github.com/sergeytolkachyov",
                "https://vk.com/web_tolk",
                "https://vk.com/webtolkru",
                "https://tenchat.ru/sergeytolkachyov",
                "https://t.me/sergeytolkachyov",
                "https://t.me/webtolkru"
            ]
        },
        {
            "@type": "WebSite",
            "@id": "https://web-tolk.ru/#/schema/WebSite/base",
            "url": "https://web-tolk.ru/",
            "name": "WebTolk websites development, Joomla Extensions",
            "publisher": {
                "@id": "https://web-tolk.ru/#/schema/Organization/base"
            }
        },
        {
            "@type": "WebPage",
            "@id": "https://web-tolk.ru/#/schema/WebPage/base",
            "url": "https://web-tolk.ru/en/dev/components/view-logs",
            "name": "View logs - component for viewing Joomla logs - WebTolk websites development, Joomla Extensions",
            "description": "Component view the saved logs of core and extensions Joomla",
            "isPartOf": {
                "@id": "https://web-tolk.ru/#/schema/WebSite/base"
            },
            "about": {
                "@id": "https://web-tolk.ru/#/schema/SoftwareApplication/base"
            },
            "inLanguage": "en-GB",
            "breadcrumb": {
                "@id": "https://web-tolk.ru/#/schema/BreadcrumbList/17"
            }
        },
        {
            "@type": "SoftwareApplication",
            "name": "View logs",
            "url": "https://web-tolk.ru/en/dev/components/view-logs",
            "description": "Component view the saved logs of core and extensions Joomla. This component was created by the developer of AlekVolsk, then (after version 1.3.9) transferred for further development and development of WebTolk.",
            "applicationCategory": "Components",
            "softwareVersion": "2.3.0",
            "downloadUrl": "https://web-tolk.ru/en/get?element=com_vlogs",
            "image": "https://web-tolk.ru/images/swjprojects/projects/94/en-GB/icon.webp",
            "operatingSystem": "ANY",
            "interactionStatistic": [
                {
                    "@type": "InteractionCounter",
                    "interactionType": "https://schema.org/DownloadAction",
                    "userInteractionCount": 4005
                },
                {
                    "@type": "InteractionCounter",
                    "interactionType": "https://schema.org/ViewAction",
                    "userInteractionCount": 4211
                }
            ],
            "mainEntityOfPage": {
                "@type": "WebPage",
                "url": "https://web-tolk.ru/en/dev/components/view-logs"
            },
            "softwareRequirements": "Joomla",
            "applicationSubCategory": "Joomla 4 - Joomla 6extensions, Components",
            "isAccessibleForFree": true
        }
    ]
}
```
