dbpedia-spotlight / spotlight-docker

Docker containers for DBpedia Spotlight
72 stars 41 forks source link

Is there any way to disable the logs? #23

Closed ghost closed 6 years ago

ghost commented 6 years ago

There is a lot of logging output in the container. Could you provide a way to disable logging. We have tried setting the system properties log4.debug and log4j.configuration, they were applied, but without affect. Thank you.

sandroacoelho commented 6 years ago

Hi @weltallerdemensct,

There is an issue to fix it. From now, I advise you run docker using -d ( “detached” mode, in the background)

Best,