Added comments describing config options

This commit is contained in:
Rudi Grinberg 2012-11-19 11:35:37 -05:00
parent 1cbe2fb1a1
commit c784df7f6e
1 changed files with 3 additions and 3 deletions

View File

@ -32,8 +32,8 @@ def main(main_cfg):
if __name__ == '__main__':
default = {
'log_config' : '',
'log_path' : '',
'instance_root' : ''
'log_config' : '', # config for log
'log_path' : '', # where to log
'instance_root' : '' # root dir of all instances
}
main(default)