Skip to content

Commit

Permalink
use millis in timestamp, cleanup slot logs (solana-labs#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
buffalu authored Sep 1, 2022
1 parent ce33997 commit 3326302
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion rpc/src/load_balancer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ impl LoadBalancer {
.recv_timeout(Duration::from_millis(100))
{
Ok(slot) => {
info!("url: {} slot: {:?}", websocket_url, slot);
server_to_slot
.lock()
.unwrap()
Expand Down
2 changes: 1 addition & 1 deletion transaction-relayer/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ fn get_sockets(args: &Args) -> Sockets {
}

fn main() {
env_logger::init();
env_logger::builder().format_timestamp_millis().init();

let args: Args = Args::parse();
info!("args: {:?}", args);
Expand Down

0 comments on commit 3326302

Please sign in to comment.