We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
let logary = Config.create "EndToEndTests" (Dns.GetHostName()) |> Config.targets [ LiterateConsole.create LiterateConsole.empty "console" ] |> Config.ilogger (ILogger.LiterateConsole Verbose) |> Config.loggerLevels [ ".*", LogLevel.Debug ] |> Config.processing (Events.events |> Events.sink [ "console" ]) |> Config.build |> run LogaryFacadeAdapter.initialise<Expecto.Logging.Logger> logary let errorSink = ExpectoIndirection.createErrorSink cts.Token let post = Codecs.Codec.log4jXML // or whichever method you use for sending to Rutta >> Result.map (FromNetwork >> errorSink.Post) >> Job.result
...meanwhile in your app, create a target for UDP or Shipper and spawn Rutta in a container.
ErrorSink is used to assert there are no errors logged from your SUT (your whole system) while you're interacting with it.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
...meanwhile in your app, create a target for UDP or Shipper and spawn Rutta in a container.
ErrorSink is used to assert there are no errors logged from your SUT (your whole system) while you're interacting with it.
The text was updated successfully, but these errors were encountered: