esanchezros / quickfixj-spring-boot-starter

Spring Boot Starter for QuickFIX/J
Apache License 2.0
125 stars 57 forks source link

How to get control over which messages get logged? #108

Closed apupneja closed 1 year ago

apupneja commented 1 year ago

Hi,

In my setup, I have set up the file log option for both the client and the server. Now, the messages start getting logged automatically(it seems to be storing the outgoing messages automatically). How do I get a control over which messages gets logged in the file store, or create a different store?

esanchezros commented 1 year ago

This is something that can be controlled in the config file. https://quickfixj.org/usermanual/2.3.0/usage/configuration.html#Logging The starter makes use of quickfixj as is, so you should be able to customize it using the standard settings