Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clockworklabs/SpacetimeDB
/ enable_logging
Function
enable_logging
crates/commitlog/src/tests/helpers.rs:59–64 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
57
}
58
59
pub fn enable_logging() {
60
let _ = env_logger::Builder::from_env(Env::default().default_filter_or(
"trace"
))
61
.format_timestamp(None)
62
.is_test(true)
63
.try_init();
64
}
Callers
15
panics_on_partial_write
Function · 0.70
read_log_up_to_partial_write
Function · 0.70
reopen_with_corrupt_last_commit
Function · 0.70
first_commit_in_last_segment_corrupt
Function · 0.70
reset_to_offset
Function · 0.50
into_transactions_can_skip_txs
Function · 0.50
read_write_seek
Function · 0.50
write_many_pages
Function · 0.50
ftruncate
Function · 0.50
fallocate
Function · 0.50
compression
Function · 0.50
all_segments_sealed
Function · 0.50
Calls
1
try_init
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…