Skip to content

Commit

Permalink
Published logsmithJS v0.0.4 - Fixes #54
Browse files Browse the repository at this point in the history
  • Loading branch information
TanmoySG committed Jun 15, 2022
1 parent 9cd3e26 commit 981c2f9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions libraries/js/logsmith/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,14 +257,14 @@ The above code logs a custom log statement
To test Logsmith and Logsmith-Monitor in Action, we created this example application.

Startup Logsmith Monitor in Docker
```sh
```console
docker pull ghcr.io/tanmoysg/logsmith-monitor:v0.0.5

docker run ghcr.io/tanmoysg/logsmith-monitor:v0.0.5
```

Go to the [`examples`](../examples/) directory. Start the example Express App.
```
```console
node .
```

Expand All @@ -277,7 +277,7 @@ Once the Server starts, it gives an endpoint for each logging method. The Endpoi
- {express-app-url}/log

These can be tested using cURL
```
```console
curl localhost:8096/info
```

Expand Down
4 changes: 2 additions & 2 deletions libraries/js/logsmith/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion libraries/js/logsmith/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "logsmithjs",
"version": "0.0.3",
"version": "0.0.4",
"description": "Logging Library for NodeJS Projects with logsmith-monitor support.",
"main": "logsmith.js",
"type": "module",
Expand Down

0 comments on commit 981c2f9

Please sign in to comment.