many parts of gsw_service aren't logging through zap, leading to much of gsw not getting logged to a file. ideally everything should log through zap.
this might get tricky with parts gsw that are dependencies in apps, and would require there be a default logger in the logger module that doesn't require being initialized or use a config file.
many parts of
gsw_servicearen't logging through zap, leading to much of gsw not getting logged to a file. ideally everything should log through zap.this might get tricky with parts gsw that are dependencies in apps, and would require there be a default logger in the logger module that doesn't require being initialized or use a config file.