Bug 552641 - Add a flag/option to make migration participants silent
Summary: Add a flag/option to make migration participants silent
Status: NEW
Alias: None
Product: Sirius
Classification: Modeling
Component: Core (show other bugs)
Version: 6.2.0   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: triaged
Depends on:
Blocks:
 
Reported: 2019-11-03 05:45 EST by Pierre-Charles David CLA
Modified: 2019-11-13 07:36 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pierre-Charles David CLA 2019-11-03 05:45:47 EST
Migration particpants (the recent ones at least) add INFO-level messages in the error log when they perform changes on user's representations. This is generally fine, but in the context of automated tests for example, these logs tend to be very large and make it difficult to see if there are legitimate problems in the logs that are not detected by the tests.

There should be a flag that we can enable when running the automated test suites to make the migration participants quiet.

Currently it seems all the participants directly access the platform log, so a first step would be to introduce a standard API for them to output messages so that the log level can be controlled centrally.