.
This commit is contained in:
parent
f4e7085d41
commit
02cc21041a
1 changed files with 4 additions and 1 deletions
|
@ -84,7 +84,10 @@ encryption?). I'll cover both topics in the rest of this article.
|
||||||
|
|
||||||
Since Mirage3, syslog is integrated (see
|
Since Mirage3, syslog is integrated (see
|
||||||
[documentation](http://docs.mirage.io/mirage/Mirage/index.html#type-syslog_config)).
|
[documentation](http://docs.mirage.io/mirage/Mirage/index.html#type-syslog_config)).
|
||||||
Some additions are needed in your `config.ml`
|
Some additions to your `config.ml` are needed, see [ns
|
||||||
|
example](https://github.com/hannesm/ns.nqsb.io/blob/master/config.ml) or
|
||||||
|
[marrakech
|
||||||
|
example](https://github.com/mirage/marrakech2017/blob/master/config.ml).
|
||||||
|
|
||||||
```OCaml
|
```OCaml
|
||||||
let logger =
|
let logger =
|
||||||
|
|
Loading…
Reference in a new issue