diff options
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/server/main.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/server/main.go b/cmd/server/main.go index 652ffa3..f77c0a2 100644 --- a/cmd/server/main.go +++ b/cmd/server/main.go @@ -30,6 +30,7 @@ func main() { if err != nil { log.Fatal("could not create temporary directory", "error", err) } + log.Info("using temporary directory", "dir", tmpdir) defer os.RemoveAll(tmpdir) runtimeConfig.Root = tmpdir } |