Zebra/zebra-state/src
teor 31eb0a5126 Avoid verbose default logs
Temporary fix so that Zebra's default logs support a typical workflow:
1. Developer or user runs Zebra with the default config
2. They send the logs to a terminal
3. When they see a bug, they copy-paste the last few log lines into a
   bug report

This is the same change that was merged in #1373 and reverted in #1375.
We'll create a consistent logging design for Zebra in ticket #1381.
2020-11-25 10:55:15 -08:00
..
service Avoid verbose default logs 2020-11-25 10:55:15 -08:00
config.rs Stop using /dev/shm on Linux (#1338) 2020-11-20 13:01:19 +10:00
constants.rs state: track UTXO provenance 2020-11-23 22:18:43 -08:00
error.rs Add consensus critical check for sequential heights (#1291) 2020-11-13 14:26:16 +10:00
lib.rs state: track UTXO provenance 2020-11-23 22:18:43 -08:00
request.rs state: track UTXO provenance 2020-11-23 22:18:43 -08:00
response.rs state: track UTXO provenance 2020-11-23 22:18:43 -08:00
service.rs state: service::utxo -> service::pending_utxos 2020-11-23 22:18:43 -08:00
tests.rs state: track UTXO provenance 2020-11-23 22:18:43 -08:00
util.rs swap best_chain_len and related constants to u32 for consistency (#1257) 2020-11-06 14:00:10 +10:00
utxo.rs state: track UTXO provenance 2020-11-23 22:18:43 -08:00