docker - Verbose logging in Kubernetes deployment file -


iam new kubernetes , want know 'v' in following mean ?

 spec:   containers:   - args:     - -v=9 

it seems me denotes verbose logging , there documentation same regarding various levels of logging avbl values arg v can take ?

kubernetes uses glog. available values 1-4, denoted in this doc


Comments

Popular posts from this blog

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

javascript - Confirm a form & display message if form is valid with JQuery -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -