vmware / vic

vSphere Integrated Containers Engine is a container runtime for vSphere.
http://vmware.github.io/vic
Other
639 stars 173 forks source link

Component level logging #3662

Open hmahmood opened 7 years ago

vburenin commented 7 years ago

not sure this is the right place, however, if we are going to use our own logger I would consider having a little more virtual log levels.

  1. critical
  2. error
  3. warning
  4. info
  5. debug
  6. trace - to log large chunks of info
  7. sensitive - to log user credentials, cookies, etc.
fdawg4l commented 7 years ago

Just echoing what @vburenin said here; a way to toggle these levels per component at runtime would also be nice.

dbarkelew commented 6 years ago

Would this tie into the logging set with --debug [1-3] flag options? https://vmware.github.io/vic-product/assets/files/html/1.3/vic_vsphere_admin/vch_general_settings.html#debug

Or would these logging levels be set in a different way?