uhi67/simplesamlphp-module-logpeek

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

Installs: 185

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 1

Type:simplesamlphp-module

1.2 2025-01-11 21:11 UTC

This package is auto-updated.

Last update: 2025-03-15 14:29:10 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, … ],

Change log

1.2 (2025-01-11)

  • SimpleSAMLphp 2.3 compatibility
  • Back button and backurl config option added;
  • translations (hu);

1.1 (2020-06-22)

  • Added authorization config parameters (see config-templates/module-logpeek.php)
  • Preserve last search tag
  • Detailed error display