Removing score_logging dependency & update dependency versions for 0.7 release#185
Conversation
License Check Results🚀 The license check job ran with the Bazel command: bazel run --lockfile_mode=error //:license-checkStatus: Click to expand output |
b085b9c to
0bab8fc
Compare
|
The created documentation from the pull request is available at: docu-html |
The logging interface is coming from baselibs, that is what we are already using. I also got the info from Ragha that the score_logging/mw/log target will be soon deprecated and it is expected for users to use score_baselibs. |
- This breaks reference integration build
Thats true, bue app needs to link backend, so we wer ejsut maybe linking wrong target from score_logging but we need to link it |
Removing the
score_loggingdependency as we do not rely on remote logging.This resolves:
#181
Note there is an issue with flatbuffers, check github.com//issues/186