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:
parent
950b9c5c0a
commit
33b807631e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user