Git Product home page Git Product logo

Comments (6)

vaind avatar vaind commented on May 31, 2024 1

Thanks for the reply, it seems the c-api had DEBUG logs enabled for mac. It will be changed in the next objectbox-c release. I'll close the issue afterwards.

from objectbox-go.

OGKevin avatar OGKevin commented on May 31, 2024

Interestingly, in the docker build these debug messages are notthere. So im kind of confused how these work. Is there any documentation on this?

from objectbox-go.

vaind avatar vaind commented on May 31, 2024

I assume you're on ObjectBox Go 1.0. How did you install the ObjectBox c library? Did you use the install.sh script or a download.sh from the c-lib repo?

To get rid of the DEBUG messages, you can try reinstalling the library on your dev machine using the quick-installation or the "C binary library" installation script from the docs - https://golang.objectbox.io/install

e.g.

mkdir objectboxlib && cd objectboxlib
bash <(curl -s https://raw.githubusercontent.com/objectbox/objectbox-c/master/download.sh) 0.6.0

from objectbox-go.

greenrobot avatar greenrobot commented on May 31, 2024

@OGKevin on which OS are you seeing the DEBUG messages?

from objectbox-go.

OGKevin avatar OGKevin commented on May 31, 2024

go version go1.12.7 darwin/amd64
10.14.5
I installled it by running bash <(curl -s https://raw.githubusercontent.com/objectbox/objectbox-go/master/install.sh)

In the build pipeline, i install it by running

  - wget https://raw.githubusercontent.com/objectbox/objectbox-c/master/download.sh
  - chmod 777 ./download.sh
  - ./download.sh --install

which does not have the debug messages 🤔

from objectbox-go.

vaind avatar vaind commented on May 31, 2024

Resolved by the latest release v1.1.0

from objectbox-go.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.