Skip to content

Commit

Permalink
Decrease the loglevel of "Field move to non-existing: ..."
Browse files Browse the repository at this point in the history
Fixes #21
  • Loading branch information
ale-rt committed Mar 3, 2020
1 parent e6e9ce1 commit 7be3567
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions news/21.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Decrease the loglevel of "Field move to non-existing: ..."
2 changes: 1 addition & 1 deletion plone/autoform/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ def _process_field_moves(self, rules):
message.endswith(' not found')
):
# The relative_to field doesn't exist
logger.warning(
logger.debug(
'Field move to non-existing: '
'field name: {0}, rule: {1}'.format(
prefix + '.' + name,
Expand Down

0 comments on commit 7be3567

Please sign in to comment.