0.4.3 • Published 5 months ago

@tomei/log v0.4.3

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
5 months ago

Log Package

How to use

  • Run npm i @tomei/log
  • Set AZURE_STORAGE_CONNECTION_STRING as environment variable
  • Create component-config in your root folder and add the following:

    mailer-config.json

      {
          "componentName": "@tomei/mailer",
          "host": "mailerHost",
          "port": "1234",
          "secure": true,
          "user": "senderEmail",
          "pass": "senderPassword"
      }

log-config.json

    {
        "componentName": "@tomei/log",
        "env": "production"
    }

notes: use env: "production" only if the apps in production

0.4.3

5 months ago

0.4.1

8 months ago

0.4.0

2 years ago

0.3.1

2 years ago

0.3.0

2 years ago

0.2.4

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago