Skip to content

Error parsing boolean value from DEBUG: %s strconv.ParseBool: parsing "*": invalid syntax #2

Description

@mattqs

If I run with DEBUG=* environment variable I get error:

Error parsing boolean value from DEBUG: %s strconv.ParseBool: parsing "*": invalid syntax

I had similar problem (Quobject/dockermachineconfig#1) end fixed it with:

return exec('docker-machine config ' + name, {
  env: { //needed for https://github.com/Quobject/dockermachineconfig/issues/1
    HOME: process.env.HOME,
    DEBUG: ''
  }
});

I made a version that works with DEBUG=*:
https://www.npmjs.com/package/dockermachine-cli-js

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions