Santeri Hiltunen
Santeri Hiltunen
Morgan only colors the status code in the log message according to [code](https://github.com/expressjs/morgan/blob/master/index.js#L201), [documentation](https://github.com/expressjs/morgan#dev) and quick testing. This PR makes the log output when using the `colorize` option to match...
I'm working with [pg_query.proto](https://github.com/pganalyze/libpg_query/blob/15-latest/protobuf/pg_query.proto) from [libpg_query](https://github.com/pganalyze/libpg_query) and encountered this issue generating code with protoc-gen-ts. When compiling the generated module with `"declaration": true` set in `tsconfig.json` the tsc build fails with...
I'd like to format the `APP-NAME` field in the syslog message like this: `${appName}.${loggerName}`. Right now the pino-syslog only supports static values as the appname. Does supporting dynamic values sound...
I'm running local-api-gateway with this docker-compose.yml: ```yaml services: local-api-gw: image: bref/local-api-gateway ports: - '4006:8000' environment: TARGET: 'lambda-service:8080' lambda-service: build: context: . ``` If `local-api-gw` can't connect to `lambda-service` it responds...