summary refs log tree commit diff stats
path: root/cmd/server/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/server/main.go')
-rw-r--r--cmd/server/main.go1
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
 	}