-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix/conductor logs #125
Merged
Merged
Fix/conductor logs #125
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jost-s
added a commit
that referenced
this pull request
Jun 21, 2022
* Update CHANGELOG.md * Fix/conductor logs (#125) fix(local-conductor): log conductor msgs as info * feat(common): add optional timeout to zome call (#130) * docs(readme): mention log level env var * fix(local): log conductor startup only once * chore(changelog): update and bump version * build(deps): bump smallvec from 1.6.0 to 1.8.0 in /crates/trycp_server (#127) Bumps [smallvec](https://github.com/servo/rust-smallvec) from 1.6.0 to 1.8.0. - [Release notes](https://github.com/servo/rust-smallvec/releases) - [Commits](servo/rust-smallvec@v1.6.0...v1.8.0) --- updated-dependencies: - dependency-name: smallvec dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
jost-s
added a commit
that referenced
this pull request
Jun 22, 2022
* Update CHANGELOG.md * Fix/conductor logs (#125) fix(local-conductor): log conductor msgs as info * feat(common): add optional timeout to zome call (#130) * docs(readme): mention log level env var * fix(local): log conductor startup only once * chore(changelog): update and bump version * build(deps): bump smallvec from 1.6.0 to 1.8.0 in /crates/trycp_server (#127) Bumps [smallvec](https://github.com/servo/rust-smallvec) from 1.6.0 to 1.8.0. - [Release notes](https://github.com/servo/rust-smallvec/releases) - [Commits](servo/rust-smallvec@v1.6.0...v1.8.0) --- updated-dependencies: - dependency-name: smallvec dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * fix(local): log conductor output at debug level (#132) * chore(changelog): update and bump version * fix(local): print log as string * ci(test): only run on PR Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
jost-s
added a commit
that referenced
this pull request
Jul 2, 2022
* Update CHANGELOG.md * Fix/conductor logs (#125) fix(local-conductor): log conductor msgs as info * feat(common): add optional timeout to zome call (#130) * docs(readme): mention log level env var * fix(local): log conductor startup only once * chore(changelog): update and bump version * build(deps): bump smallvec from 1.6.0 to 1.8.0 in /crates/trycp_server (#127) Bumps [smallvec](https://github.com/servo/rust-smallvec) from 1.6.0 to 1.8.0. - [Release notes](https://github.com/servo/rust-smallvec/releases) - [Commits](servo/rust-smallvec@v1.6.0...v1.8.0) --- updated-dependencies: - dependency-name: smallvec dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * fix(local): log conductor output at debug level (#132) * chore(changelog): update and bump version * fix(local): print log as string * ci(test): only run on PR * add dna properties on install; dedup * add dna properties on install - trycp; add to `addPlayerWithHapp` * make option * add missing field * update docs, manage non-array case * clean up * refactor(common): mark register dna req opts internal * chore(build): update changelog & bump version * feat(common): add dna properties on install (#135) * add dna properties on install; dedup * add dna properties on install - trycp; add to `addPlayerWithHapp` * make option * add missing field * update docs, manage non-array case * clean up Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: jetttech <ldjetton21@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixed
fixes #124