# Functions
GetCustomerID retrieve id from ctx.
Logger middleware is a middleware to log everything request that was receved by API.
Recoverer middleware recover panic if it hapens into a request avoiding the application stop due uncacthed panic.
SetCustomerID returns a new context using ctx as parent and inserting id.
# Variables
ContentTypeToLogBody is a list of content-type that the body will be logged.
DontLogBodyOnSuccess default prefix to not log response in case of success.