Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Romain Courteaud
erp5
Commits
b29bae0e
Commit
b29bae0e
authored
9 months ago
by
Romain Courteaud
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5_core: decrease LOG priority
parent
4104e21f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
product/ERP5/bootstrap/erp5_core/ToolComponentTemplateItem/portal_components/tool.erp5.RuleTool.py
...onentTemplateItem/portal_components/tool.erp5.RuleTool.py
+3
-3
No files found.
product/ERP5/bootstrap/erp5_core/ToolComponentTemplateItem/portal_components/tool.erp5.RuleTool.py
View file @
b29bae0e
...
...
@@ -28,7 +28,7 @@
import
sys
from
collections
import
defaultdict
from
zLOG
import
LOG
,
INFO
from
zLOG
import
LOG
,
DEBUG
from
Products.ERP5Type.Tool.BaseTool
import
BaseTool
from
AccessControl
import
ClassSecurityInfo
from
Products.ERP5Type.Globals
import
InitializeClass
...
...
@@ -149,8 +149,8 @@ class RuleTool(BaseTool):
for
m
in
message_list
:
kw
.
update
(
m
.
kw
)
m
.
result
=
None
LOG
(
"RuleTool"
,
INFO
,
"Updating simulation for %s: %r"
%
(
expandable
.
getPath
(),
kw
))
LOG
(
"RuleTool"
,
DEBUG
,
"Updating simulation for %s: %r"
%
(
expandable
.
getPath
(),
kw
))
expandable
.
_updateSimulation
(
**
kw
)
except
Exception
:
exc_info
=
sys
.
exc_info
()
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment