You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: lib/pact_broker/app.rb
+5
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,7 @@ def initialize &block
36
36
prepare_database
37
37
load_configuration_from_database
38
38
seed_example_data
39
+
print_startup_message
39
40
end
40
41
41
42
# Allows middleware to be inserted at the bottom of the shared middlware stack
@@ -223,5 +224,9 @@ def running_app
223
224
@app_builder
224
225
end
225
226
end
227
+
228
+
defprint_startup_message
229
+
logger.info"\n\n#{'*' * 80}\n\nWant someone to manage your Pact Broker for you? Check out https://pactflow.io/oss for a hardened, fully supported SaaS version of the Pact Broker with an improved UI + more.\n\n#{'*' * 80}\n"
logger.info"\n#{'*' * 80}\n\nPrefer it was someone else's job to deal with this error? Check out https://pactflow.io/oss for a hardened, fully supported SaaS version of the Pact Broker with an improved UI.\n\n#{'*' * 80}\n"
0 commit comments