From b9082f4ffa1f3d0a040971097a999e11f03bfea9 Mon Sep 17 00:00:00 2001 From: Eric Hough Date: Mon, 5 Nov 2018 15:23:52 -0800 Subject: [PATCH] add note about human-readable logs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fb5c96c..edc3fc8 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ This is the only containerized NFS server that offers **all** of the following f - clean teardown of services upon termination (no lingering `nfsd` processes on Docker host) - flexible construction of `/etc/exports` - extensive server configuration via environment variables +- helpful, human-readable logging - *optional* bonus features - [Kerberos security](doc/feature/kerberos.md) - [NFSv4 user ID mapping](doc/feature/nfs4-user-id-mapping.md) via [`idmapd`](http://man7.org/linux/man-pages/man8/idmapd.8.html)