-
Notifications
You must be signed in to change notification settings - Fork 0
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: Release V2.1.0 #158
feat: Release V2.1.0 #158
Conversation
feat: multistream to elastic and stdout
fix: explicitly type logger
Bumps [tsx](https://github.com/privatenumber/tsx) from 4.15.2 to 4.19.1. - [Release notes](https://github.com/privatenumber/tsx/releases) - [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs) - [Commits](privatenumber/tsx@v4.15.2...v4.19.1) --- updated-dependencies: - dependency-name: tsx dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
feat: env/validation
…19.1 chore(deps-dev): bump tsx from 4.15.2 to 4.19.1
@@ -1,3 +1,79 @@ | |||
<!-- SPDX-License-Identifier: Apache-2.0 --> | |||
|
|||
# logger-service | |||
|
|||
This application subscribes to a [NATS] subject where the messages it receives are logs. The logs' destination is up to the user. |
Check warning
Code scanning / Remark-lint (reported by Codacy)
Warn when references to undefined definitions are found. Warning
| `ELASTIC` | `true` | Indicates whether to use Elasticsearch for logging. | | ||
|
||
|
||
> [!TIP] |
Check warning
Code scanning / Remark-lint (reported by Codacy)
Warn when references to undefined definitions are found. Warning
fix: Issue 227 Add Tazama into to LICENSE
refactor: use upstream config
Co-authored-by: rtkay123 <rodney.kanjala@sybrin.com>
* ci: sync workflows from central-workflows Signed-off-by: Scott <busingescott@gmail.com> * ci: sync workflows from central-workflows Signed-off-by: Scott <busingescott@gmail.com> * ci: sync workflows from central-workflows Signed-off-by: Scott <busingescott@gmail.com> --------- Co-authored-by: github-actions <github-actions@github.com>
@@ -1,3 +1,79 @@ | |||
<!-- SPDX-License-Identifier: Apache-2.0 --> | |||
|
|||
# logger-service | |||
|
|||
This application subscribes to a [NATS] subject where the messages it receives are logs. The logs' destination is up to the user. |
Check warning
Code scanning / Markdownlint (reported by Codacy)
Expected: 80; Actual: 129 Warning
|
||
## Environment | ||
|
||
| Name | Example | Purpose | |
Check warning
Code scanning / Markdownlint (reported by Codacy)
Expected: 80; Actual: 103 Warning
|
||
| Name | Example | Purpose | | ||
|--------------------------|------------------------|-------------------------------------------------| | ||
| `NATS_SERVER` | `nats://localhost:4222` | Specifies the NATS server address. | |
Check warning
Code scanning / Markdownlint (reported by Codacy)
Expected: 80; Actual: 104 Warning
| Name | Example | Purpose | | ||
|--------------------------|------------------------|-------------------------------------------------| | ||
| `NATS_SERVER` | `nats://localhost:4222` | Specifies the NATS server address. | | ||
| `NATS_SUBJECT` | `Lumberjack` | Defines the NATS subject for message subscription. | |
Check warning
Code scanning / Markdownlint (reported by Codacy)
Expected: 80; Actual: 106 Warning
|--------------------------|------------------------|-------------------------------------------------| | ||
| `NATS_SERVER` | `nats://localhost:4222` | Specifies the NATS server address. | | ||
| `NATS_SUBJECT` | `Lumberjack` | Defines the NATS subject for message subscription. | | ||
| `ELASTIC_SEARCH_VERSION` | `8` | The version of Elastic Search in your deployment | |
Check warning
Code scanning / Markdownlint (reported by Codacy)
Expected: 80; Actual: 101 Warning
| `ELASTIC_SEARCH_VERSION` | `8` | The version of Elastic Search in your deployment | | ||
| `ELASTIC_HOST` | `http://localhost:9200`| Specifies the Elasticsearch server address. | | ||
| `ELASTIC_USERNAME` | `elastic` | Provides the username for Elasticsearch authentication. | | ||
| `ELASTIC_PASSWORD` | `password123` | Provides the password for Elasticsearch authentication. | |
Check warning
Code scanning / Markdownlint (reported by Codacy)
Expected: 80; Actual: 111 Warning
| `ELASTIC_HOST` | `http://localhost:9200`| Specifies the Elasticsearch server address. | | ||
| `ELASTIC_USERNAME` | `elastic` | Provides the username for Elasticsearch authentication. | | ||
| `ELASTIC_PASSWORD` | `password123` | Provides the password for Elasticsearch authentication. | | ||
| `ELASTIC_INDEX` | `logs-tazama` | Sets the Elasticsearch index to use for storing logs. | |
Check warning
Code scanning / Markdownlint (reported by Codacy)
Expected: 80; Actual: 109 Warning
| `ELASTIC_USERNAME` | `elastic` | Provides the username for Elasticsearch authentication. | | ||
| `ELASTIC_PASSWORD` | `password123` | Provides the password for Elasticsearch authentication. | | ||
| `ELASTIC_INDEX` | `logs-tazama` | Sets the Elasticsearch index to use for storing logs. | | ||
| `FLUSHBYTES` | `1024` | Defines the number of bytes to flush before writing to the log. | |
Check warning
Code scanning / Markdownlint (reported by Codacy)
Expected: 80; Actual: 119 Warning
| `ELASTIC_PASSWORD` | `password123` | Provides the password for Elasticsearch authentication. | | ||
| `ELASTIC_INDEX` | `logs-tazama` | Sets the Elasticsearch index to use for storing logs. | | ||
| `FLUSHBYTES` | `1024` | Defines the number of bytes to flush before writing to the log. | | ||
| `STDOUT` | `true` | Determines whether to output logs to standard output. | |
Check warning
Code scanning / Markdownlint (reported by Codacy)
Expected: 80; Actual: 109 Warning
| `ELASTIC_INDEX` | `logs-tazama` | Sets the Elasticsearch index to use for storing logs. | | ||
| `FLUSHBYTES` | `1024` | Defines the number of bytes to flush before writing to the log. | | ||
| `STDOUT` | `true` | Determines whether to output logs to standard output. | | ||
| `ELASTIC` | `true` | Indicates whether to use Elasticsearch for logging. | |
Check warning
Code scanning / Markdownlint (reported by Codacy)
Expected: 80; Actual: 107 Warning
SPDX-License-Identifier: Apache-2.0
What did we change?
Create Tazama Release V2.1.0
How was it tested?