## Description - Only allow info log for release build and triage log levels
Note that this feature can control a compile time filter (https://docs.rs/log/0.4.8/log/#compile-time-filters). Also, for log levels, I found that most `info!` are `debug!` and some are `error!`. Please don't misuse the log level. You can view, comment on, or merge this pull request online at: https://github.com/apache/incubator-teaclave/pull/351 -- Commit Summary -- * Only allow info log for release build * Triage log levels -- File Changes -- M attestation/Cargo.toml (2) M binder/Cargo.toml (2) M binder/src/binder.rs (4) M config/Cargo.toml (2) M executor/Cargo.toml (2) M executor/src/context.rs (10) M file_agent/Cargo.toml (2) M function/Cargo.toml (2) M rpc/Cargo.toml (2) M runtime/Cargo.toml (2) M services/access_control/enclave/Cargo.toml (2) M services/authentication/enclave/Cargo.toml (2) M services/authentication/enclave/src/api_service.rs (2) M services/authentication/enclave/src/internal_service.rs (2) M services/authentication/enclave/src/user_db.rs (4) M services/execution/enclave/Cargo.toml (2) M services/execution/enclave/src/service.rs (6) M services/execution/enclave/src/task_file_manager.rs (4) M services/frontend/enclave/Cargo.toml (2) M services/management/enclave/Cargo.toml (2) M services/management/enclave/src/service.rs (24) M services/scheduler/enclave/Cargo.toml (2) M services/scheduler/enclave/src/service.rs (4) M services/storage/enclave/Cargo.toml (2) M services/utils/service_app_utils/Cargo.toml (2) M services/utils/service_enclave_utils/Cargo.toml (2) M tests/functional/app/Cargo.toml (2) M tests/functional/enclave/Cargo.toml (2) M tests/functional/enclave/src/authentication_service.rs (12) M tests/functional/enclave/src/end_to_end/builtin_echo.rs (4) M tests/functional/enclave/src/end_to_end/builtin_gbdt_train.rs (10) M tests/functional/enclave/src/end_to_end/mesapy_data_fusion.rs (12) M tests/functional/enclave/src/end_to_end/mesapy_echo.rs (6) M tests/functional/enclave/src/end_to_end/mod.rs (10) M tests/functional/enclave/src/storage_service.rs (10) M tests/functional/enclave/src/utils.rs (4) M tests/integration/app/Cargo.toml (2) M tests/integration/enclave/Cargo.toml (2) M tests/integration/enclave/src/teaclave_rpc.rs (4) M tests/unit/app/Cargo.toml (2) M tests/unit/enclave/Cargo.toml (2) M types/Cargo.toml (2) M worker/Cargo.toml (2) -- Patch Links -- https://github.com/apache/incubator-teaclave/pull/351.patch https://github.com/apache/incubator-teaclave/pull/351.diff -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/pull/351
