johnlonganecker / libpostal-rest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

no logging returned on docker image

oc-stephen-bennett opened this issue · comments

Hi,

im trying to use the docker image but getting no logging output for running parses? docker-compose is set to:

version: '3.8'
services:
  libpostal:
    image: libpostal-rest
    ports:
      - "7050:7050"
    environment:
      - LISTEN_PORT=7050
      - LOG_LEVEL='info'

any assistance on what is wrong or missing?