@logtape/koa 1.4.0-dev.446 → 1.4.0-dev.461
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 +7 -7
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -73,17 +73,17 @@ app.use(koaLogger({
|
|
|
73
73
|
~~~~
|
|
74
74
|
|
|
75
75
|
|
|
76
|
-
Predefined
|
|
76
|
+
Predefined formats
|
|
77
77
|
------------------
|
|
78
78
|
|
|
79
|
-
-
|
|
80
|
-
-
|
|
81
|
-
-
|
|
82
|
-
-
|
|
83
|
-
-
|
|
79
|
+
- `"combined"` - Apache Combined Log Format with all properties (default)
|
|
80
|
+
- `"common"` - Apache Common Log Format (without referrer/userAgent)
|
|
81
|
+
- `"dev"` - Concise output for development
|
|
82
|
+
- `"short"` - Shorter format with remote address
|
|
83
|
+
- `"tiny"` - Minimal output
|
|
84
84
|
|
|
85
85
|
|
|
86
|
-
Custom
|
|
86
|
+
Custom format
|
|
87
87
|
-------------
|
|
88
88
|
|
|
89
89
|
~~~~ typescript
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@logtape/koa",
|
|
3
|
-
"version": "1.4.0-dev.
|
|
3
|
+
"version": "1.4.0-dev.461+fd7a5594",
|
|
4
4
|
"description": "Koa adapter for LogTape logging library",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"logging",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
],
|
|
53
53
|
"peerDependencies": {
|
|
54
54
|
"koa": "^2.0.0 || ^3.0.0",
|
|
55
|
-
"@logtape/logtape": "^1.4.0-dev.
|
|
55
|
+
"@logtape/logtape": "^1.4.0-dev.461+fd7a5594"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
58
|
"@alinea/suite": "^0.6.3",
|