Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(core)!: implement an interceptor for the logging layer #4961

Merged
merged 16 commits into from
Aug 9, 2024
2 changes: 1 addition & 1 deletion bindings/haskell/test/BasicTest.hs
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ testLogger = do
let logFn = LogAction $ logger state
Right _ <- newOperator "memory" {ocLogAction = Just logFn}
logStr <- readIORef state
T.take 77 logStr @?= "service=memory operation=metadata -> startedservice=memory operation=metadata"
T.take 78 logStr @?= "service=memory operation=metadata -> startedservice=memory operation=metadata"

-- helper function

Expand Down
Loading
Loading