closes #10979
[arvados.git] / services / api / lib / tasks / config_check.rake
index a01e1ea2ab6727370823ba36987a59ae31c15383..b7316a5e19304c1af4b892ea2513393d01406850 100644 (file)
@@ -1,6 +1,7 @@
 namespace :config do
   desc 'Ensure site configuration has all required settings'
   task check: :environment do
+    $stderr.puts "%-32s %s" % ["AppVersion (discovered)", AppVersion.hash]
     $application_config.sort.each do |k, v|
       if ENV.has_key?('QUIET') then
         # Make sure we still check for the variable to exist