## Description

Please include a summary of the change and which issue is fixed. Please also 
include relevant motivation and context.

Fixes # (issue)

https://github.com/apache/incubator-teaclave/issues/669

The task logger part. Platform logging will be in another PR in a while.

## Type of change (select or add applied and delete the others)

- [ ] Bug fix (non-breaking change which fixes an issue)
- [X] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality 
to not work as expected)
- [ ] API change with a documentation update
- [ ] Additional test coverage
- [ ] Code cleanup or just sync with upstream third-party crates

## How has this been tested?

## Checklist

- [X] Fork the repo and create your branch from `master`.
- [X] If you've added code that should be tested, add tests.
- [X] If you've changed APIs, update the documentation.
- [X] Ensure the tests pass (see CI results).
- [X] Make sure your code lints/format.

You can view, comment on, or merge this pull request online at:

  https://github.com/apache/incubator-teaclave/pull/676

-- Commit Summary --

  * Upgrade log crate
  * Add teaclave logger

-- File Changes --

    M attestation/Cargo.toml (2)
    M binder/Cargo.toml (2)
    M cmake/tomls/Cargo.sgx_trusted_lib.lock (89)
    M config/Cargo.toml (2)
    M config/build.config.toml (4)
    M docs/service-internals.md (4)
    M examples/rust/builtin_ordered_set_intersect/src/main.rs (20)
    M executor/Cargo.toml (2)
    M executor/context/Cargo.toml (2)
    M file_agent/Cargo.toml (2)
    M function/Cargo.toml (2)
    M function/src/echo.rs (6)
    M function/src/ordered_set_intersect.rs (3)
    A logger/Cargo.toml (52)
    A logger/README.md (19)
    A logger/src/lib.rs (175)
    A logger/src/task_logger.rs (100)
    M rpc/Cargo.toml (2)
    M runtime/Cargo.toml (2)
    M sdk/rust/src/bindings.rs (40)
    M sdk/rust/src/lib.rs (35)
    M services/README.md (4)
    M services/access_control/enclave/Cargo.toml (2)
    M services/authentication/enclave/Cargo.toml (2)
    M services/execution/enclave/Cargo.toml (2)
    M services/execution/enclave/src/service.rs (4)
    M services/frontend/enclave/Cargo.toml (2)
    M services/frontend/enclave/src/service.rs (27)
    M services/management/enclave/Cargo.toml (2)
    M services/management/enclave/src/service.rs (46)
    M services/proto/src/proto/teaclave_frontend_service.proto (9)
    M services/proto/src/proto/teaclave_management_service.proto (1)
    M services/proto/src/teaclave_frontend_service.rs (60)
    M services/proto/src/teaclave_management_service.rs (2)
    M services/scheduler/enclave/Cargo.toml (2)
    M services/storage/enclave/Cargo.toml (2)
    M services/utils/service_app_utils/Cargo.toml (2)
    M services/utils/service_enclave_utils/Cargo.toml (17)
    M services/utils/service_enclave_utils/src/lib.rs (95)
    M tests/functional/app/Cargo.toml (2)
    M tests/functional/enclave/Cargo.toml (2)
    M tests/functional/enclave/src/execution_service.rs (6)
    M tests/integration/app/Cargo.toml (2)
    M tests/integration/enclave/Cargo.toml (2)
    M tests/unit/app/Cargo.toml (2)
    M tests/unit/enclave/Cargo.toml (5)
    M tests/unit/enclave/src/lib.rs (1)
    M tool/app/Cargo.toml (2)
    M tool/enclave/Cargo.toml (2)
    M types/Cargo.toml (2)
    M types/src/storage.rs (5)
    M worker/Cargo.toml (2)

-- Patch Links --

https://github.com/apache/incubator-teaclave/pull/676.patch
https://github.com/apache/incubator-teaclave/pull/676.diff

-- 
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-teaclave/pull/676
You are receiving this because you are subscribed to this thread.

Message ID: <apache/incubator-teaclave/pull/6...@github.com>

Reply via email to