@logtape/elysia 2.1.0-dev.520 → 2.1.0-dev.531
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -87,7 +87,8 @@ The plugin supports Morgan-compatible predefined formats:
|
|
|
87
87
|
|
|
88
88
|
- `"combined"`: Apache Combined Log Format with all properties (default)
|
|
89
89
|
- `"common"`: Apache Common Log Format (without referrer/userAgent)
|
|
90
|
-
- `"dev"`: Concise output for development (e.g.,
|
|
90
|
+
- `"dev"`: Concise output for development (e.g.,
|
|
91
|
+
`GET /path 200 1.234 ms - 123`)
|
|
91
92
|
- `"short"`: Shorter format with remote address
|
|
92
93
|
- `"tiny"`: Minimal output
|
|
93
94
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@logtape/elysia",
|
|
3
|
-
"version": "2.1.0-dev.
|
|
3
|
+
"version": "2.1.0-dev.531+0f09947c",
|
|
4
4
|
"description": "Elysia adapter for LogTape logging library",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"logging",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
],
|
|
55
55
|
"peerDependencies": {
|
|
56
56
|
"elysia": "^1.4.0",
|
|
57
|
-
"@logtape/logtape": "^2.1.0-dev.
|
|
57
|
+
"@logtape/logtape": "^2.1.0-dev.531+0f09947c"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
60
|
"@alinea/suite": "^0.6.3",
|