jmalloc / ax

A message-driven application toolkit for Go. [EXPERIMENTAL]
MIT License
9 stars 3 forks source link

Add logging to all Ax subsystems #144

Closed jmalloc closed 7 months ago

jmalloc commented 5 years ago

Some specific locations that would have already been useful to log:

jmalloc commented 5 years ago

I've moved away from calling this "debug" logging, in favour of "system logging". The audience for these logs are primarily the developer's of Ax itself, though they may still be useful to application developers using Ax.

These logs should be off by default. Though perhaps we should write them to OpenTracing spans unconditionally.