I guess I was not being clear in my question. Here I have a standalone API process
running on Linux. The standalone API client is running 6 concurrent Strategies.
In my Strategy code, I don't explicitly print this data to the console, but I get
a message in the console log duplicated for each running strategy, even though
none of those strategies was responsible for the price change.
This logging to the linux console appears to be done by default, and so
I'm wondering if there is a setting for the Logger which will suppress this information.
If I want to print this, then I'll do so in the Strategy code explicitly.
Hope that clarifies my issue.
Quote:
Position 25077639 STOP LOSS #105740836 price changed from 99.181 JPY to 99.2 JPY
Position 25077639 STOP LOSS #105740836 price changed from 99.181 JPY to 99.2 JPY
Position 25077639 STOP LOSS #105740836 price changed from 99.181 JPY to 99.2 JPY
Position 25077639 STOP LOSS #105740836 price changed from 99.181 JPY to 99.2 JPY
Position 25077639 STOP LOSS #105740836 price changed from 99.181 JPY to 99.2 JPY
Position 25077639 STOP LOSS #105740836 price changed from 99.181 JPY to 99.2 JPY