feat(tvix/store): emit more structured log messages
Change-Id: If4748cb800276fc42779ba8973d1eef72df0503e Reviewed-on: https://cl.tvl.fyi/c/depot/+/10450 Reviewed-by: edef <edef@edef.eu> Autosubmit: flokli <flokli@flokli.de> Tested-by: BuildkiteCI
This commit is contained in:
		
							parent
							
								
									f6c94430c8
								
							
						
					
					
						commit
						0af445c2f4
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		|  | @ -232,7 +232,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> { | ||||||
|                 router = router.add_service(reflection_svc); |                 router = router.add_service(reflection_svc); | ||||||
|             } |             } | ||||||
| 
 | 
 | ||||||
|             info!("tvix-store listening on {}", listen_address); |             info!(listen_address=%listen_address, "starting daemon"); | ||||||
| 
 | 
 | ||||||
|             let listener = Listener::bind( |             let listener = Listener::bind( | ||||||
|                 &listen_address, |                 &listen_address, | ||||||
|  | @ -371,7 +371,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> { | ||||||
|                     path_info_service, |                     path_info_service, | ||||||
|                     list_root, |                     list_root, | ||||||
|                 ); |                 ); | ||||||
|                 info!("mounting tvix-store on {:?}", &dest); |                 info!(mount_path=?dest, "mounting"); | ||||||
| 
 | 
 | ||||||
|                 FuseDaemon::new(fs, &dest, threads) |                 FuseDaemon::new(fs, &dest, threads) | ||||||
|             }) |             }) | ||||||
|  | @ -415,7 +415,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> { | ||||||
|                     path_info_service, |                     path_info_service, | ||||||
|                     list_root, |                     list_root, | ||||||
|                 ); |                 ); | ||||||
|                 info!("starting tvix-store virtiofs daemon on {:?}", &socket); |                 info!(socket_path=?socket, "starting virtiofs-daemon"); | ||||||
| 
 | 
 | ||||||
|                 start_virtiofs_daemon(fs, socket) |                 start_virtiofs_daemon(fs, socket) | ||||||
|             }) |             }) | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue