0014_v

Log reference:

    loading [Config]:  ./tests/modtests/0014/upconfig.yml
    Main config:
                 Version -> 1.0.0
                  RefDir -> ./tests/modtests/0014
                 WorkDir -> refdir
              AbsWorkDir -> /up_project/up/tests/modtests/0014
                TaskFile -> up.yml
                 Verbose -> v
              ModuleName -> self
               ShellType -> /bin/sh
           MaxCallLayers -> 8
                 Timeout -> 3600000
     MaxModuelCallLayers -> 256
               EntryTask -> Main
      ModRepoUsernameRef -> GIT_USERNAME
      ModRepoPasswordRef -> GIT_PASSWORD
    work dir: /up_project/up/tests/modtests/0014
    -exec task: Main
    loading [Task]:  ./up.yml
    module: [self], instance id: [dev], exec profile: []
    dvar> github_password:
    "AbDO9+xj3AMB4VT1amqWeFSMLTMOgPxXLMIj31LYdITzrNyIiQwo5N94vf/gAzP9"
    
    -
    AbDO9+xj3AMB4VT1amqWeFSMLTMOgPxXLMIj31LYdITzrNyIiQwo5N94vf/gAzP9
    dvar> GITHUB_USERNAME:
    "my_github_username"
    
    -
    my_github_username
    dvar> GITHUB_PASSWORD_ENCRYPTED:
    "AbDO9+xj3AMB4VT1amqWeFSMLTMOgPxXLMIj31LYdITzrNyIiQwo5N94vf/gAzP9"
    
    -
    AbDO9+xj3AMB4VT1amqWeFSMLTMOgPxXLMIj31LYdITzrNyIiQwo5N94vf/gAzP9
    Task1: [Main ==> Main: main entry ]
    -Step1: [
    note that the module dir is: hello-module, but in upconfig.yml you give the alias hello as module name
    ]
     WARN: [config file does not exist] - [use builtin defaults]
    loading [Task]:  ./up.yml
    module: [hello], instance id: [nonamed], exec profile: []
     WARN: [*be aware*] - [both instance id and exec profile are not set]
    =>call module: [hello] task: [Say_world]
    Task2: [TODO: Main Caller Taskname ==> Say_world:  ]
    -Step1:
    ~SubStep1: [print:  ]
     .... world from Say_world
    
Logs with different verbose level
References