Skip to content

Commit

Permalink
[fc] Repository: plone.recipe.zope2instance
Browse files Browse the repository at this point in the history
Branch: refs/heads/master
Date: 2019-01-09T16:39:20+01:00
Author: Andreas Jung (zopyx) <info@zopyx.com>
Commit: plone/plone.recipe.zope2instance@414a065

logger level for WSGI Plone logger set to INFO in order to restore
the "old" amount of logging

Files changed:
M CHANGES.rst
M src/plone/recipe/zope2instance/recipe.py
Repository: plone.recipe.zope2instance

Branch: refs/heads/master
Date: 2019-01-11T07:49:04+01:00
Author: Andreas Jung (zopyx) <info@zopyx.com>
Commit: plone/plone.recipe.zope2instance@69aacdc

fixed test (DEBUG to INFO level)

Files changed:
M src/plone/recipe/zope2instance/tests/wsgi.txt
Repository: plone.recipe.zope2instance

Branch: refs/heads/master
Date: 2019-01-23T10:30:21+01:00
Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org>
Commit: plone/plone.recipe.zope2instance@acaa2cf

Merge pull request #66 from zopyx/master

logger level for WSGI Plone logger set to INFO in order to restore

Files changed:
M CHANGES.rst
M src/plone/recipe/zope2instance/recipe.py
M src/plone/recipe/zope2instance/tests/wsgi.txt
  • Loading branch information
mauritsvanrees committed Jan 23, 2019
1 parent 08aadd9 commit 97ed89c
Showing 1 changed file with 34 additions and 15 deletions.
49 changes: 34 additions & 15 deletions last_commit.txt
Original file line number Diff line number Diff line change
@@ -1,32 +1,51 @@
Repository: plone.restapi
Repository: plone.recipe.zope2instance


Branch: refs/heads/master
Date: 2019-01-20T09:45:36+01:00
Author: Timo Stollenwerk (tisto) <tisto@plone.org>
Commit: https://github.com/plone/plone.restapi/commit/354f2705ef7ecea07415438ff1e9e9856fcbc49c
Date: 2019-01-09T16:39:20+01:00
Author: Andreas Jung (zopyx) <info@zopyx.com>
Commit: https://github.com/plone/plone.recipe.zope2instance/commit/414a065a04553f38b9115ccd27b919f5c0b3e553

Test py 3.7 on Travis.
logger level for WSGI Plone logger set to INFO in order to restore
the "old" amount of logging

Files changed:
M .travis.yml
M CHANGES.rst
M src/plone/recipe/zope2instance/recipe.py

b'diff --git a/.travis.yml b/.travis.yml\nindex ef01483a..1285c66b 100644\n--- a/.travis.yml\n+++ b/.travis.yml\n@@ -2,6 +2,7 @@ language: python\n python:\n - "2.7"\n - "3.6"\n+ - "3.7"\n dist: xenial\n sudo: required\n services:\n@@ -27,9 +28,12 @@ matrix:\n env: PLONE_VERSION=5.2.x\n - python: "3.6"\n env: PLONE_VERSION=5.2.x\n+ - python: "3.7"\n+ env: PLONE_VERSION=5.2.x\n exclude:\n - python: "2.7"\n - python: "3.6"\n+ - python: "3.7"\n before_install:\n - mkdir -p $HOME/buildout-cache/{eggs,downloads}\n - mkdir $HOME/.buildout\n'
b'diff --git a/CHANGES.rst b/CHANGES.rst\nindex f84f026..57ee6a8 100644\n--- a/CHANGES.rst\n+++ b/CHANGES.rst\n@@ -4,7 +4,9 @@ Changelog\n 6.1.1 (unreleased)\n ------------------\n \n-- Nothing changed yet.\n+- log level for Plone WSGI logger changed to INFO making the logging less\n+ verbose\n+ [ajung]\n \n \n 6.1.0 (2018-12-28)\ndiff --git a/src/plone/recipe/zope2instance/recipe.py b/src/plone/recipe/zope2instance/recipe.py\nindex 45cb8a1..720f28f 100644\n--- a/src/plone/recipe/zope2instance/recipe.py\n+++ b/src/plone/recipe/zope2instance/recipe.py\n@@ -1194,7 +1194,7 @@ def render_file_storage(self, file_storage, blob_storage,\n handlers = console\n \n [logger_plone]\n-level = DEBUG\n+level = INFO\n handlers =\n qualname = plone\n \n'

Repository: plone.restapi
Repository: plone.recipe.zope2instance


Branch: refs/heads/master
Date: 2019-01-20T11:06:41+01:00
Author: Timo Stollenwerk (tisto) <tisto@users.noreply.github.com>
Commit: https://github.com/plone/plone.restapi/commit/4b227ec696aaf5261d3d57e86f8959e6a73528c8
Date: 2019-01-11T07:49:04+01:00
Author: Andreas Jung (zopyx) <info@zopyx.com>
Commit: https://github.com/plone/plone.recipe.zope2instance/commit/69aacdcab1030a3aebd9f1a1acd5e86d142882b2

Merge pull request #663 from plone/py37
fixed test (DEBUG to INFO level)

Test py 3.7 on Travis.
Files changed:
M src/plone/recipe/zope2instance/tests/wsgi.txt

b'diff --git a/src/plone/recipe/zope2instance/tests/wsgi.txt b/src/plone/recipe/zope2instance/tests/wsgi.txt\nindex dc91892..ec3fdbd 100644\n--- a/src/plone/recipe/zope2instance/tests/wsgi.txt\n+++ b/src/plone/recipe/zope2instance/tests/wsgi.txt\n@@ -103,7 +103,7 @@ The buildout has also created an INI file containing the waitress configuration:\n handlers = console\n <BLANKLINE>\n [logger_plone]\n- level = DEBUG\n+ level = INFO\n handlers =\n qualname = plone\n <BLANKLINE>\n'

Repository: plone.recipe.zope2instance


Branch: refs/heads/master
Date: 2019-01-23T10:30:21+01:00
Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org>
Commit: https://github.com/plone/plone.recipe.zope2instance/commit/acaa2cf8011a912a1be04e97269fe92b44641d35

Merge pull request #66 from zopyx/master

logger level for WSGI Plone logger set to INFO in order to restore

Files changed:
M .travis.yml
M CHANGES.rst
M src/plone/recipe/zope2instance/recipe.py
M src/plone/recipe/zope2instance/tests/wsgi.txt

b'diff --git a/.travis.yml b/.travis.yml\nindex ef01483a..1285c66b 100644\n--- a/.travis.yml\n+++ b/.travis.yml\n@@ -2,6 +2,7 @@ language: python\n python:\n - "2.7"\n - "3.6"\n+ - "3.7"\n dist: xenial\n sudo: required\n services:\n@@ -27,9 +28,12 @@ matrix:\n env: PLONE_VERSION=5.2.x\n - python: "3.6"\n env: PLONE_VERSION=5.2.x\n+ - python: "3.7"\n+ env: PLONE_VERSION=5.2.x\n exclude:\n - python: "2.7"\n - python: "3.6"\n+ - python: "3.7"\n before_install:\n - mkdir -p $HOME/buildout-cache/{eggs,downloads}\n - mkdir $HOME/.buildout\n'
b'diff --git a/CHANGES.rst b/CHANGES.rst\nindex 8c97a0a..ce7989d 100644\n--- a/CHANGES.rst\n+++ b/CHANGES.rst\n@@ -4,7 +4,9 @@ Changelog\n 6.1.1 (unreleased)\n ------------------\n \n-- Nothing changed yet.\n+- log level for Plone WSGI logger changed to INFO making the logging less\n+ verbose\n+ [ajung]\n \n \n 6.1.0 (2018-12-28)\ndiff --git a/src/plone/recipe/zope2instance/recipe.py b/src/plone/recipe/zope2instance/recipe.py\nindex 45cb8a1..720f28f 100644\n--- a/src/plone/recipe/zope2instance/recipe.py\n+++ b/src/plone/recipe/zope2instance/recipe.py\n@@ -1194,7 +1194,7 @@ def render_file_storage(self, file_storage, blob_storage,\n handlers = console\n \n [logger_plone]\n-level = DEBUG\n+level = INFO\n handlers =\n qualname = plone\n \ndiff --git a/src/plone/recipe/zope2instance/tests/wsgi.txt b/src/plone/recipe/zope2instance/tests/wsgi.txt\nindex dc91892..ec3fdbd 100644\n--- a/src/plone/recipe/zope2instance/tests/wsgi.txt\n+++ b/src/plone/recipe/zope2instance/tests/wsgi.txt\n@@ -103,7 +103,7 @@ The buildout has also created an INI file containing the waitress configuration:\n handlers = console\n <BLANKLINE>\n [logger_plone]\n- level = DEBUG\n+ level = INFO\n handlers =\n qualname = plone\n <BLANKLINE>\n'

0 comments on commit 97ed89c

Please sign in to comment.