Re: [apache/incubator-teaclave] Only allow info log for release build and triage log levels (#351)

2020-06-10 Thread Mingshen Sun
Merged #351 into master. -- 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#event-3432407760

Re: [apache/incubator-teaclave] Only allow info log for release build and triage log levels (#351)

2020-06-10 Thread Mingshen Sun
CI passed: https://ci.mesalock-linux.org/mssun/incubator-mesatee/927/ -- 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#issuecomment-642389974

[apache/incubator-teaclave] Only allow info log for release build and triage log levels (#351)

2020-06-10 Thread Mingshen Sun
## 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