aboutsummaryrefslogtreecommitdiff
path: root/cmd/rest-server/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/rest-server/main.go')
-rw-r--r--cmd/rest-server/main.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/cmd/rest-server/main.go b/cmd/rest-server/main.go
index 451d093..0bdd1eb 100644
--- a/cmd/rest-server/main.go
+++ b/cmd/rest-server/main.go
@@ -135,6 +135,12 @@ func (app *restServerApp) runRoot(cmd *cobra.Command, args []string) error {
log.Fatalf("error: %v", err)
}
+ if app.Server.AppendOnly {
+ log.Println("Append only mode enabled")
+ } else {
+ log.Println("Append only mode disabled")
+ }
+
if app.Server.PrivateRepos {
log.Println("Private repositories enabled")
} else {