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: Release V2.1.0 #158

Closed
wants to merge 22 commits into from
Closed

feat: Release V2.1.0 #158

wants to merge 22 commits into from

Conversation

scott45
Copy link
Contributor

@scott45 scott45 commented Oct 13, 2024

SPDX-License-Identifier: Apache-2.0

What did we change?

Create Tazama Release V2.1.0

How was it tested?

  • Locally
  • Development Environment
  • Not needed, changes very basic
  • Husky successfully run
  • Unit tests passing and Documentation done

@scott45 scott45 self-assigned this Oct 13, 2024
README.md Fixed Show fixed Hide fixed
@@ -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

[no-undefined-references] Found reference to undefined definition
README.md Fixed Show fixed Hide fixed
| `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

[no-undefined-references] Found reference to undefined definition
@scott45 scott45 changed the title BREAKING CHANGE: Release V3.0.0 feat: Release V2.1.0 Nov 3, 2024
@github-actions github-actions bot added the enhancement New feature or request label Nov 3, 2024
rtkay123 and others added 2 commits December 2, 2024 17:23
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>
@scott45 scott45 closed this Dec 3, 2024
@@ -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

Expected: 80; Actual: 129

## Environment

| Name | Example | Purpose |

Check warning

Code scanning / Markdownlint (reported by Codacy)

Expected: 80; Actual: 103 Warning

Expected: 80; Actual: 103

| 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

Expected: 80; Actual: 104
| 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

Expected: 80; Actual: 106
|--------------------------|------------------------|-------------------------------------------------|
| `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

Expected: 80; Actual: 101
| `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

Expected: 80; Actual: 111
| `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

Expected: 80; Actual: 109
| `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

Expected: 80; Actual: 119
| `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

Expected: 80; Actual: 109
| `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

Expected: 80; Actual: 107
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants