Skip to content

Commit a07d663

Browse files
committed
fix: 🐛 readme
1 parent 098eb0c commit a07d663

File tree

4 files changed

+3
-8
lines changed

4 files changed

+3
-8
lines changed

README.md

-5
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ Lumberjack Applicationinsights Driver is a custom log driver for [ngworker/lumbe
2020

2121
## Features
2222

23-
TODO: Update the features of this driver
24-
2523
- ✅ Logs to Azure Application Insights log store
2624
- ✅ Unit test coverage
2725
- ✅ Prints your DEBUG, WARNING and CRITICAL logs to console
@@ -58,8 +56,6 @@ If the version you are using is not listed, please [raise an issue in our GitHub
5856

5957
## Usage
6058

61-
TODO: Verify that these configurations match your driver configurations.
62-
6359
To start using LumberjackApplicationinsightsDriver, import it in your root or core Angular module along with Lumberjack.
6460

6561
```ts
@@ -88,7 +84,6 @@ Now you can start using the `LumberjackService` or extend `LumberjackLogger` and
8884

8985
## Configuration
9086

91-
TODO: Here it is explained how this custom driver can be configured.
9287
To use the Application Insights you must provide or `instrumentationKey`, or `connectionString` in the configuration object provided in `forRoot`. Additionally you can specify `loggingLevelConsole`.
9388

9489
| Setting | Description

libs/ngworker/lumberjack-applicationinsights-driver/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngworker/lumberjack-applicationinsights-driver",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"peerDependencies": {
55
"@angular/core": ">=9.0.7",
66
"@ngworker/lumberjack": "^2.0.0 || >=2.0.0-rc.0"

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngworker/lumberjack-applicationinsights-driver",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve lumberjack-app",

0 commit comments

Comments
 (0)