vmeretail / subscriptionservice

Lightweight and easy to use library, which allows you to manage you delivering events from persistent subscriptions.
12 stars 0 forks source link

EventStore docker should mount to nlog directory #122

Closed StevenBlair123 closed 4 years ago

StevenBlair123 commented 4 years ago

Our test trace is logged out to:

fileName="/home/runner/subscriptionservice/trace/${date:format=yyyyMMdd}/Trace.txt"

This is held in nlog.config.

We need to make sure we Mount the EventStore container to move the logs files here.

StevenBlair123 commented 4 years ago

@StuartFergusonVme - just noticed that LogMessageToTrace has the directory code. Shouldn't we just do this once, rather than everything line we write out? We could then cache the path, and use it for StartContainersForScenarioRun (just for the EventStore container)

StuartFergusonVme commented 4 years ago

Yeah could probably do that