simplesamlphp/simplesamlphp-module-logpeek

There is no license information available for the latest version (v1.1.1) of this package.

A SimpleSAMLphp module to provide a web API to access the log files.

Installs: 16 885

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 10

Forks: 1

Open Issues: 1

Type:simplesamlphp-module

v1.1.1 2023-10-23 20:30 UTC

This package is auto-updated.

Last update: 2024-03-25 21:05:19 UTC


README

Build Status Coverage Status Scrutinizer Code Quality Type Coverage Psalm Level

This module provides a web API that you can use to search for all to lines in the logs corresponding to a specific session identifier.

Install

Install with composer

vendor/bin/composer require simplesamlphp/simplesamlphp-module-logpeek

Configuration

Next thing you need to do is to enable the module:

in config.php, search for the module.enable key and set logpeek to true:

    'module.enable' => [ 'logpeek' => true, … ],