_ -(.)__ (___/
The Fx Go framework outputs a lot of logs by default.
To disable them you can use the fx.NopLogger option when creating an app:
fx.NopLogger
fx.New( ..., fx.NopLogger, ..., )