mirror of https://github.com/sirupsen/logrus.git
readme: add todo
This commit is contained in:
parent
7056845d0f
commit
333c89518d
|
@ -175,3 +175,10 @@ func (f *JSONFormatter) Format(entry *Entry) ([]byte, error) {
|
||||||
return append(serialized, '\n'), nil
|
return append(serialized, '\n'), nil
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### TODO
|
||||||
|
|
||||||
|
* Performance
|
||||||
|
* Default fields for an instance and inheritance
|
||||||
|
* Default available hooks (airbrake, statsd, dump cores)
|
||||||
|
* Revisit TextFormatter
|
||||||
|
|
Loading…
Reference in New Issue