go logging
authorMichael Wallner <mike@php.net>
Tue, 12 May 2015 06:00:14 +0000 (08:00 +0200)
committerMichael Wallner <mike@php.net>
Tue, 12 May 2015 06:00:14 +0000 (08:00 +0200)
.gitignore
composer.json
composer.lock
logs/.gitkeep [new file with mode: 0644]

index cfc2631dc7959c24debd2f44e914668085a8182b..379156e13e814ee75bd636a20c886882a09b7faf 100644 (file)
@@ -2,3 +2,4 @@ vendor
 nbproject
 app/credentials.ini
 config/credentials.ini
+logs/*.log
index 685df297c615f9772c6fa3164edd3519897742c6..0af412aa73c713524cf976252985b152528260ae 100644 (file)
@@ -24,6 +24,7 @@
                "league/plates": "~3.1",
                "rdlowrey/auryn": "dev-master",
                "m6w6/pharext.wiki": "dev-master",
-               "m6w6/pq-gateway": "^2.0"
+               "m6w6/pq-gateway": "^2.0",
+               "monolog/monolog": "^1.13"
        }
 }
index b6233cb05ec7e951445325577d894d624ffb875e..887508d5d729a8c7d54989451b938a05a28f1129 100644 (file)
@@ -4,7 +4,7 @@
         "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
         "This file is @generated automatically"
     ],
-    "hash": "a2c6e7fb3b26571277d242842331c3cb",
+    "hash": "6c9f8c8951d5c56a9de109fd70ec3604",
     "packages": [
         {
             "name": "league/plates",
             },
             "dist": {
                 "type": "zip",
-                "url": "https://api.github.com/repos/m6w6/pharext/zipball/e458434f1a5539f1905e61835bed0123f1635067",
+                "url": "https://api.github.com/repos/m6w6/pharext/zipball/104022998764f0f0c94e5e2e4023c99d01ac5483",
                 "reference": "e458434f1a5539f1905e61835bed0123f1635067",
                 "shasum": ""
             },
             ],
             "time": "2014-10-15 15:30:26"
         },
+        {
+            "name": "monolog/monolog",
+            "version": "1.13.1",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/Seldaek/monolog.git",
+                "reference": "c31a2c4e8db5da8b46c74cf275d7f109c0f249ac"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/c31a2c4e8db5da8b46c74cf275d7f109c0f249ac",
+                "reference": "c31a2c4e8db5da8b46c74cf275d7f109c0f249ac",
+                "shasum": ""
+            },
+            "require": {
+                "php": ">=5.3.0",
+                "psr/log": "~1.0"
+            },
+            "provide": {
+                "psr/log-implementation": "1.0.0"
+            },
+            "require-dev": {
+                "aws/aws-sdk-php": "~2.4, >2.4.8",
+                "doctrine/couchdb": "~1.0@dev",
+                "graylog2/gelf-php": "~1.0",
+                "phpunit/phpunit": "~4.0",
+                "raven/raven": "~0.5",
+                "ruflin/elastica": "0.90.*",
+                "swiftmailer/swiftmailer": "~5.3",
+                "videlalvaro/php-amqplib": "~2.4"
+            },
+            "suggest": {
+                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
+                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
+                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
+                "ext-mongo": "Allow sending log messages to a MongoDB server",
+                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
+                "raven/raven": "Allow sending log messages to a Sentry server",
+                "rollbar/rollbar": "Allow sending log messages to Rollbar",
+                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
+                "videlalvaro/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib"
+            },
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-master": "1.13.x-dev"
+                }
+            },
+            "autoload": {
+                "psr-4": {
+                    "Monolog\\": "src/Monolog"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "authors": [
+                {
+                    "name": "Jordi Boggiano",
+                    "email": "j.boggiano@seld.be",
+                    "homepage": "http://seld.be"
+                }
+            ],
+            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
+            "homepage": "http://github.com/Seldaek/monolog",
+            "keywords": [
+                "log",
+                "logging",
+                "psr-3"
+            ],
+            "time": "2015-03-09 09:58:04"
+        },
         {
             "name": "nikic/fast-route",
             "version": "v0.4.0",
             ],
             "time": "2015-02-26 15:33:07"
         },
+        {
+            "name": "psr/log",
+            "version": "1.0.0",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/php-fig/log.git",
+                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
+                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
+                "shasum": ""
+            },
+            "type": "library",
+            "autoload": {
+                "psr-0": {
+                    "Psr\\Log\\": ""
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "authors": [
+                {
+                    "name": "PHP-FIG",
+                    "homepage": "http://www.php-fig.org/"
+                }
+            ],
+            "description": "Common interface for logging libraries",
+            "keywords": [
+                "log",
+                "psr",
+                "psr-3"
+            ],
+            "time": "2012-12-21 11:40:51"
+        },
         {
             "name": "rdlowrey/auryn",
             "version": "dev-master",
diff --git a/logs/.gitkeep b/logs/.gitkeep
new file mode 100644 (file)
index 0000000..e69de29