tdex-network / tdex-daemon-alpha

💰 Alpha Daemon implementation to run automated market making strategies on top of TDEX
MIT License
0 stars 2 forks source link

Add trade logs #30

Closed altafan closed 4 years ago

altafan commented 4 years ago

Prior this, the daemon was quite silent when handling trade requests. With this, the incoming trade proposal/complete requests and replies are logged.

Since grpc does not allow to add a service to generically log every request/reply, we decided to use the Logger instance to document at least the trade process, giving the feeling that the daemon is actually working, instead of remaining mute.

This closes #14.

Please @tiero, review this.