add more changelog and clean up test output
This commit is contained in:
@@ -5,7 +5,8 @@
|
||||
- Windows crate update caused build and nul termination issues for DNS resolver
|
||||
- Fix for network key on the veilid-server command line
|
||||
- Strict verification for Ed25519 enabled
|
||||
|
||||
- Domain separation for VLD0 signing and crypt
|
||||
|
||||
**Changes in Veilid 0.1.9**
|
||||
- SECURITY FIX
|
||||
* DESCRIPTION: Decompression was occurring in an unbounded way upon envelope receipt.
|
||||
|
@@ -98,7 +98,7 @@ cfg_if! {
|
||||
pub fn setup() {
|
||||
SETUP_ONCE.call_once(|| {
|
||||
use tracing_subscriber::{filter, fmt, prelude::*};
|
||||
let mut filters = filter::Targets::new().with_default(filter::LevelFilter::TRACE);
|
||||
let mut filters = filter::Targets::new().with_default(filter::LevelFilter::INFO);
|
||||
for ig in DEFAULT_LOG_IGNORE_LIST {
|
||||
filters = filters.with_target(ig, filter::LevelFilter::OFF);
|
||||
}
|
||||
|
Reference in New Issue
Block a user