lib/scout/command/troubleshoot.rb in scout-5.5.6.pre vs lib/scout/command/troubleshoot.rb in scout-5.5.6.pre4
- old
+ new
@@ -25,9 +25,10 @@
def run
puts "Gathering troubleshooting information about your Scout install ... "
heading "Scout Info"
+ bullet "Hostname", Socket.gethostname
bullet "History file", history
bullet "Version", Scout::VERSION
heading "Latest Log"
contents=File.read(log_path) rescue "Log not found at #{log_path}"