mirror of
				https://github.com/ARM-software/workload-automation.git
				synced 2025-11-04 09:02:12 +00:00 
			
		
		
		
	configuration/core: Fix logging rst indentation
This commit is contained in:
		@@ -433,13 +433,14 @@ class MetaConfiguration(Configuration):
 | 
			
		||||
            WA logging configuration. This should be a dict with a subset
 | 
			
		||||
            of the following keys::
 | 
			
		||||
 | 
			
		||||
            :normal_format: Logging format used for console output
 | 
			
		||||
            :verbose_format: Logging format used for verbose console output
 | 
			
		||||
            :file_format: Logging format used for run.log
 | 
			
		||||
            :color: If ``True`` (the default), console logging output will
 | 
			
		||||
                    contain bash color escape codes. Set this to ``False`` if
 | 
			
		||||
                    console output will be piped somewhere that does not know
 | 
			
		||||
                    how to handle those.
 | 
			
		||||
                :normal_format: Logging format used for console output
 | 
			
		||||
                :verbose_format: Logging format used for verbose console output
 | 
			
		||||
                :file_format: Logging format used for run.log
 | 
			
		||||
                :color: If ``True`` (the default), console logging output will
 | 
			
		||||
                        contain bash color escape codes. Set this to ``False`` if
 | 
			
		||||
                        console output will be piped somewhere that does not know
 | 
			
		||||
                        how to handle those.
 | 
			
		||||
 | 
			
		||||
            """,
 | 
			
		||||
        ),
 | 
			
		||||
        ConfigurationPoint(
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user