Download the PHP package cloudflexdev/module-logs-management without Composer

On this page you can find all versions of the php package cloudflexdev/module-logs-management. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package module-logs-management

Logs Management Module for Magento 2

Overview

This Magento 2 module allows administrators to view system logs directly from the admin panel without needing to access the server manually. It is especially useful when you don’t have access to specialized tools for log monitoring and want to quickly troubleshoot issues.

The module lets you configure the number of log file lines to display, starting from the most recent entries, providing a simple and efficient way to review your system logs.

Compatibility

This module is compatible with Magento 2.4.4 or later.

Features

Installation

Composer Installation

  1. Navigate to the root directory of your Magento 2 installation.
  2. Run the following command to install the module via Composer:

  3. After the installation, enable the module and clear caches:

Configuration

To configure the module:

  1. Log in to the Magento admin panel.
  2. Navigate to Stores > Configuration > Advanced > System > Logs Management.
  3. Set the number of lines to be displayed for each log file (default: 5000 lines).

Zrzut ekranu 2025-01-17 203555

⚠️ Important: Do not set too high a number of lines, as this may cause performance problems.

Usage

Once the module is installed and configured:

  1. In the Magento admin panel, go to System > Tools > Log Management.
  2. Choose the log file you wish to view from the available options (e.g., system.log, exception.log).
  3. The module will display the most recent log entries based on the configured number of lines.

Zrzut ekranu 2025-01-17 203518

Support

If you encounter any issues or need help, please open an issue on the GitHub repository: GitHub Issues.

License

This module is licensed under the MIT License.


All versions of module-logs-management with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1
magento/framework Version 103.0.*
magento/module-backend Version 102.0.*
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package cloudflexdev/module-logs-management contains the following files

Loading the files please wait ....