Skip to content

VirtoCommerce/vc-module-seq-log

Repository files navigation

Seq Log Module

Overview

Seq log module collects application logging data in Seq.

Seq events panel

Configure Logging

The module comes with a sink for Serilog that writes events to Seq. To enable logging update the following Serilog configuration sections:

{
  "Serilog": {
    "Using": [
      ...
      "Serilog.Sinks.Seq"
    ],
    "WriteTo": [
      {
        "Name": "Seq", 
        "Args": {
          "apiKey": "[your api key]",
          "serverUrl": "http://localhost:5341"
        }
      }
    ],
    ...
  },
}

References

License

Copyright (c) Virto Solutions LTD. All rights reserved.

Licensed under the Virto Commerce Open Software License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://virtocommerce.com/opensourcelicense

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

About

Writes logs events and telemetry to Seq

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages