Skip to content

Commit 716e942

Browse files
committed
Add issue links for planned features
1 parent dd615a5 commit 716e942

File tree

1 file changed

+17
-9
lines changed

1 file changed

+17
-9
lines changed

README.md

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
# Deno Structured Logging (currently unstable)
1+
# Deno Structured Logging
22

33
[![deno doc](https://doc.deno.land/badge.svg)](https://doc.deno.land/https/raw.githubusercontent.com/Yamboy1/deno-structured-logging/master/mod.ts)
44
[![deno.land](https://img.shields.io/badge/deno.land-0.4.1-blue)](https://deno.land/x/deno_structured_logging@0.4.1)
55

66
A better logger for deno, with support for structured logging.
77

88
## Planned features for v1
9-
- [ ] Better / more complete documentation
10-
- [ ] Allow environment variables to control loglevels
11-
- [ ] Async support in sinks
12-
- [ ] Proper serialisation of objects
13-
- [ ] Customisable timestamp formats
14-
- [ ] Filtering logs per sink (probably not for v1)
15-
- [ ] More built-in sinks
9+
- [ ] Allow environment variables to control loglevels [#1][i1]
10+
- [ ] Customisable timestamp formats [#2][i2]
11+
- [ ] Proper serialisation of objects [#3][i3]
12+
- [ ] Async support in sinks [#4][i4]
13+
- [ ] More built-in sinks [#5][i5]
14+
- [ ] Better / more complete documentation [#6][i6]
15+
- [ ] Filtering logs per sink [#7][i7]
1616

1717
## Simple Example
1818
```ts
@@ -76,4 +76,12 @@ Available sinks:
7676

7777
- Console Sink (with colors)
7878
- File Sink
79-
- More coming soon
79+
- More coming soon
80+
81+
[i1]: https://github.com/Yamboy1/deno-structured-logging/issues/1
82+
[i2]: https://github.com/Yamboy1/deno-structured-logging/issues/2
83+
[i3]: https://github.com/Yamboy1/deno-structured-logging/issues/3
84+
[i4]: https://github.com/Yamboy1/deno-structured-logging/issues/4
85+
[i5]: https://github.com/Yamboy1/deno-structured-logging/issues/5
86+
[i6]: https://github.com/Yamboy1/deno-structured-logging/issues/6
87+
[i7]: https://github.com/Yamboy1/deno-structured-logging/issues/7

0 commit comments

Comments
 (0)