File tree Expand file tree Collapse file tree
scripts/vm/hypervisor/xenserver Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323
2424
2525
26- / var / log / cloud / vmops .log {
26+ / var / log / cloud / cloud .log {
2727 daily
2828 size 1 M
2929 rotate 20
Original file line number Diff line number Diff line change @@ -37,14 +37,14 @@ import cloudstack_pluginlib as lib
3737import logging
3838from util import CommandException
3939
40- lib .setup_logging ("/var/log/cloud/vmops .log" )
40+ lib .setup_logging ("/var/log/cloud/cloud .log" )
4141
4242def echo (fn ):
4343 def wrapped (* v , ** k ):
4444 name = fn .__name__
45- logging .debug ("#### VMOPS enter %s ####" % name )
45+ logging .debug ("#### CLOUD enter %s ####" % name )
4646 res = fn (* v , ** k )
47- logging .debug ("#### VMOPS exit %s ####" % name )
47+ logging .debug ("#### CLOUD exit %s ####" % name )
4848 return res
4949 return wrapped
5050
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ import random
4141import cloudstack_pluginlib as lib
4242import logging
4343
44- lib .setup_logging ("/var/log/cloud/vmops .log" )
44+ lib .setup_logging ("/var/log/cloud/cloud .log" )
4545
4646VHDUTIL = "vhd-util"
4747VHD_PREFIX = 'VHD-'
@@ -50,9 +50,9 @@ CLOUD_DIR = '/var/run/cloud_mount'
5050def echo (fn ):
5151 def wrapped (* v , ** k ):
5252 name = fn .__name__
53- logging .debug ("#### VMOPS enter %s ####" % name )
53+ logging .debug ("#### CLOUD enter %s ####" % name )
5454 res = fn (* v , ** k )
55- logging .debug ("#### VMOPS exit %s ####" % name )
55+ logging .debug ("#### CLOUD exit %s ####" % name )
5656 return res
5757 return wrapped
5858
Original file line number Diff line number Diff line change @@ -31,14 +31,14 @@ import socket
3131import cloudstack_pluginlib as lib
3232import logging
3333
34- lib .setup_logging ("/var/log/cloud/vmops .log" )
34+ lib .setup_logging ("/var/log/cloud/cloud .log" )
3535
3636def echo (fn ):
3737 def wrapped (* v , ** k ):
3838 name = fn .__name__
39- logging .debug ("#### VMOPS enter %s ####" % name )
39+ logging .debug ("#### CLOUD enter %s ####" % name )
4040 res = fn (* v , ** k )
41- logging .debug ("#### VMOPS exit %s ####" % name )
41+ logging .debug ("#### CLOUD exit %s ####" % name )
4242 return res
4343 return wrapped
4444
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ import random
4141import cloudstack_pluginlib as lib
4242import logging
4343
44- lib .setup_logging ("/var/log/cloud/vmops .log" )
44+ lib .setup_logging ("/var/log/cloud/cloud .log" )
4545
4646VHDUTIL = "vhd-util"
4747VHD_PREFIX = 'VHD-'
@@ -50,9 +50,9 @@ CLOUD_DIR = '/var/run/cloud_mount'
5050def echo (fn ):
5151 def wrapped (* v , ** k ):
5252 name = fn .__name__
53- logging .debug ("#### VMOPS enter %s ####" % name )
53+ logging .debug ("#### CLOUD enter %s ####" % name )
5454 res = fn (* v , ** k )
55- logging .debug ("#### VMOPS exit %s ####" % name )
55+ logging .debug ("#### CLOUD exit %s ####" % name )
5656 return res
5757 return wrapped
5858
You can’t perform that action at this time.
0 commit comments