Commit 6a570c01 authored by thomas Bousselin's avatar thomas Bousselin
Browse files

feat: debug mode for orion ld

parent ca011c56
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ services:

    depends_on:
      - mongo-db
    command: -dbhost mongo-db${SUFFIX} -logLevel DEBUG -mongocOnly -wip entityMaps -forwarding
    command: -fg -experimental -wip entityMaps,distSubs -forwarding -t 0-255 -debugCurl
  mongo-db:
    image: mongo:3.6
    hostname: mongo-db${SUFFIX}