diff --git a/gateway/server.go b/gateway/server.go index 32f9a6d83a9..d3292e0c8d6 100644 --- a/gateway/server.go +++ b/gateway/server.go @@ -946,7 +946,7 @@ func initialiseSystem(ctx context.Context) error { mainLog.Debug("No configuration file defined, will try to use default (tyk.conf)") } - mainLog.Infof("Tyk API Gateway %s", VERSION) + mainLog.Infof("Tyk API Gateway %s NEXUS DASHBOARD!!!!", VERSION) if !isRunningTests() { globalConf := config.Config{}