We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed079a0 commit c3d04cdCopy full SHA for c3d04cd
1 file changed
README.md
@@ -0,0 +1,17 @@
1
+## Introduction
2
+
3
+SimpleSAMLphp + Rollbar
4
5
+### simpleSAMLphp module
6
7
+This module for SimpleSAMLphp provides a LoggerHandler that integrates with Rollbar service.
8
9
+## Installation
10
11
+1. Install simpleSAMLphp.
12
+3. Install rollbar - `composer require systemseed/simplesamlphp-module-rollbar`.
13
+4. Set `rollbar.token` value in `simplesamlphp/config/config.php`.
14
+4. Set `rollbar.environment` value in `simplesamlphp/config/config.php`.
15
+5. Set `logging.handler` to `'SimpleSAML\Module\rollbar\Logger\RollbarLoggingHandler'`.
16
+6. Optionally set `logging.level` to `SimpleSAML\Logger::ERR` to send only errors.
17
0 commit comments