twitch_exporter icon indicating copy to clipboard operation
twitch_exporter copied to clipboard

Fix for #60 and #61

Open coolapso opened this issue 7 months ago • 1 comments

Adding chmod +x to Dockerfile, to make sure the exporter binary is always executable regardless of which permissions it may have on the host system.

Not really important but added a make promu-build command to alias the promu build command just to try to keep everything inside the makefile and not have to remember the promu build exact command

Fixed missing log messages when requests are successful but return a non 200 status code and adjusted the wording around each log message to be more unique and easy to relate where the errors are actually coming from.

Later I may look at the other issues you have here and may refactor a bit around the error messages.

coolapso avatar Jul 20 '24 16:07 coolapso