mirror of
				https://github.com/meilisearch/meilisearch.git
				synced 2025-11-04 01:46:28 +00:00 
			
		
		
		
	Update meilisearch/src/option.rs
Co-authored-by: Louis Dureuil <louis@meilisearch.com>
This commit is contained in:
		@@ -110,7 +110,7 @@ impl FromStr for LogMode {
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#[derive(Debug, thiserror::Error)]
 | 
					#[derive(Debug, thiserror::Error)]
 | 
				
			||||||
#[error("Unsupported log {0} mode level. Supported values are `HUMAN` and `JSON`.")]
 | 
					#[error("Unsupported log mode level `{0}`. Supported values are `HUMAN` and `JSON`.")]
 | 
				
			||||||
pub struct LogModeError(String);
 | 
					pub struct LogModeError(String);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#[derive(Debug, Default, Clone, Copy, Serialize, Deserialize)]
 | 
					#[derive(Debug, Default, Clone, Copy, Serialize, Deserialize)]
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user