mirror of
https://github.com/arangodb/kube-arangodb.git
synced 2024-12-14 11:57:37 +00:00
Tweak glog args
This commit is contained in:
parent
b065e2fe06
commit
15eaf8cf42
1 changed files with 1 additions and 0 deletions
1
main.go
1
main.go
|
@ -95,6 +95,7 @@ func main() {
|
|||
|
||||
// Run the operator
|
||||
func cmdMainRun(cmd *cobra.Command, args []string) {
|
||||
goflag.CommandLine.Parse([]string{"-logtostderr"})
|
||||
var err error
|
||||
logService, err = logging.NewService(logLevel)
|
||||
if err != nil {
|
||||
|
|
Loading…
Reference in a new issue