From cc36257218b6174f2264ce84511c12f3a6d85bc3 Mon Sep 17 00:00:00 2001 From: Florian Preusner Date: Wed, 2 Nov 2016 22:17:50 +0100 Subject: [PATCH] removed VarCI auto-merge; added logging info to README.md (#71) --- .varci.yml | 6 ------ README.md | 3 +++ 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.varci.yml b/.varci.yml index b0de627..b69cd9a 100644 --- a/.varci.yml +++ b/.varci.yml @@ -20,9 +20,3 @@ ruleset: @{{ user.login }}, the issue description is too short. Please reopen it once you have amended the description to contain more than the requirement of 50 characters. - - varci_merge: - name: "Automatically merge .varci.yml changes" - events: [ pull_request ] - when: files has ".varci.yml" - merge: true \ No newline at end of file diff --git a/README.md b/README.md index fd2db4a..39c6d57 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,9 @@ new EightPoints\Bundle\GuzzleBundle\GuzzleBundle() Configuration in config.yml: ``` yaml guzzle: + # (de)activate logging/profiler; default: %kernel.debug% + logging: true + clients: api_payment: base_url: "http://api.domain.tld"