OpenNebula / one-apps

Toolchain to build OpenNebula appliances
Apache License 2.0
12 stars 10 forks source link

Improve Logging System #37

Open dann1 opened 1 year ago

dann1 commented 1 year ago

Create a log system where information is logged depending on the log configuration attribute set on the VM Template. For example

    context:
      ssh_public_key: $USER[SSH_PUBLIC_KEY]
      log_level: debug # could be error, warning, info, debug

The goal is to have conditional logging according to the needs of the user

Related to OpenNebula/addon-context-windows#99