PHPackages                             web-atypique/log-archiver - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. web-atypique/log-archiver

ActiveMagento2-module

web-atypique/log-archiver
=========================

Archive automatically magento 2 logs in var/log folder

1.0.3(9mo ago)0881proprietaryPHPPHP ^8.0

Since Sep 1Pushed 9mo ago1 watchersCompare

[ Source](https://github.com/geoffreylopez/logs-archiver)[ Packagist](https://packagist.org/packages/web-atypique/log-archiver)[ RSS](/packages/web-atypique-log-archiver/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (5)Used By (0)

Web Atypique - Logs Archiver Magento 2
======================================

[](#web-atypique---logs-archiver-magento-2)

Online Documentation
--------------------

[](#online-documentation)

Pre-requisites
--------------

[](#pre-requisites)

- Magento 2.4.6 or higher
- Php 8.0 or higher

How to install WebAtypique\_LogsArchiver
----------------------------------------

[](#how-to-install-webatypique_logsarchiver)

### Via Composer

[](#via-composer)

```
composer require web-atypique/log-archiver
bin/magento setup:upgrade
bin/magento cache:flush

```

### Via Magento Marketplace

[](#via-magento-marketplace)

Go to Magento Marketplace

Features
--------

[](#features)

- Archive logs in .gz files
- Configure the cron scheduler for archiving logs (default is every day at 06am)
- Enable/Disable the module
- Archive logs manually with the command `bin/magento logs:archive`

How it's work
-------------

[](#how-its-work)

### Where are the archived logs?

[](#where-are-the-archived-logs)

The archived logs are stored in the `var/log/archive` directory in .gz files.

[![web-atypique-archive-logs-screen](https://private-user-images.githubusercontent.com/22189480/313135742-a3396274-2e66-42b3-941b-3dc1d5e9b077.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NzUyMzk2NjUsIm5iZiI6MTc3NTIzOTM2NSwicGF0aCI6Ii8yMjE4OTQ4MC8zMTMxMzU3NDItYTMzOTYyNzQtMmU2Ni00MmIzLTk0MWItM2RjMWQ1ZTliMDc3LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNjA0MDMlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjYwNDAzVDE4MDI0NVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWE1OGI1ZmZlMzhiODAwYzgzOWI4YWViOThhOWY5NGVmNjQwYmU2NmY3YjdiOTcwODA3MTMzZTg3ZjY3Y2MzNjcmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.laLS36d4l0A3z-Kvv1cuAHM-zCphu2joZI_xN9AHDDI)](https://private-user-images.githubusercontent.com/22189480/313135742-a3396274-2e66-42b3-941b-3dc1d5e9b077.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NzUyMzk2NjUsIm5iZiI6MTc3NTIzOTM2NSwicGF0aCI6Ii8yMjE4OTQ4MC8zMTMxMzU3NDItYTMzOTYyNzQtMmU2Ni00MmIzLTk0MWItM2RjMWQ1ZTliMDc3LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNjA0MDMlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjYwNDAzVDE4MDI0NVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWE1OGI1ZmZlMzhiODAwYzgzOWI4YWViOThhOWY5NGVmNjQwYmU2NmY3YjdiOTcwODA3MTMzZTg3ZjY3Y2MzNjcmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.laLS36d4l0A3z-Kvv1cuAHM-zCphu2joZI_xN9AHDDI)

### Where can I configure the module?

[](#where-can-i-configure-the-module)

You can configure the module in `Stores > Configuration > Advanced > System > Log Archiver`

### How I can disable the module?

[](#how-i-can-disable-the-module)

Yes, you can disable the module by running the following command:

```
bin/magento config:set system/log_archiver/enabled 0
bin/magento cache:flush

```

Or via the admin panel in `Stores > Configuration > Advanced > System > Log Archiver`

### Is it automatic?

[](#is-it-automatic)

Yes, the logs are automatically archived every day at 06am by default. You can configure the cronjob scheduler here: `Stores > Configuration > Advanced > System > Log Archiver`

You can also launch the archiving manually with the following command:

```
bin/magento logs:archive

```

### Is it free?

[](#is-it-free)

Yes, it's fully free and open-source.

Need More Features?
-------------------

[](#need-more-features)

Please contact us to

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance57

Moderate activity, may be stable

Popularity14

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~231 days

Total

4

Last Release

287d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8bdca57a73ec1a43332d9e0e18915d9099c830bbd6cebc45d378f622446e941f?d=identicon)[geoffreylopez](/maintainers/geoffreylopez)

---

Top Contributors

[![geoffreylopez](https://avatars.githubusercontent.com/u/22189480?v=4)](https://github.com/geoffreylopez "geoffreylopez (11 commits)")

---

Tags

magentomagento-2magento-extensionmagento2magento2-extensionmagento2-extension-freemagento2-module

### Embed Badge

![Health badge](/badges/web-atypique-log-archiver/health.svg)

```
[![Health](https://phpackages.com/badges/web-atypique-log-archiver/health.svg)](https://phpackages.com/packages/web-atypique-log-archiver)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
