1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-23 22:50:09 +03:00

feature #1551: Fix render of vm.log in Sunstone. Contributed by Patrice Lachance

This commit is contained in:
Ruben S. Montero 2012-11-02 14:52:13 +01:00
parent 950b9c5c0a
commit 33b807631e

View File

@ -209,9 +209,9 @@ class SunstoneServer < CloudServer
return [404, nil]
else
if !ONE_LOCATION
vm_log_file = LOG_LOCATION + "/#{id}.log"
vm_log_file = LOG_LOCATION + "/vms/#{id}.log"
else
vm_log_file = LOG_LOCATION + "/#{id}/vm.log"
vm_log_file = LOG_LOCATION + "/vms/#{id}/vm.log"
end
begin