mirror of
				https://github.com/qurator-spk/ocrd-galley.git
				synced 2025-10-30 18:54:14 +01:00 
			
		
		
		
	⚙️ Consistently set LOG_LEVEL to INFO by default
This commit is contained in:
		
							parent
							
								
									67994d18a7
								
							
						
					
					
						commit
						568cf60b4c
					
				
					 2 changed files with 2 additions and 1 deletions
				
			
		|  | @ -3,7 +3,7 @@ | |||
| set -e  # Abort on error | ||||
| 
 | ||||
| # Configuration | ||||
| export LOG_LEVEL=${LOG_LEVEL:-DEBUG}  # /etc/ocrd_logging.py uses this to set level for all OCR-D modules | ||||
| export LOG_LEVEL=${LOG_LEVEL:-INFO}  # /etc/ocrd_logging.py uses this to set level for all OCR-D modules | ||||
| export TEXTEQUIV_LEVEL=glyph | ||||
| 
 | ||||
| # Command line parameters | ||||
|  |  | |||
							
								
								
									
										1
									
								
								run
									
										
									
									
									
								
							
							
						
						
									
										1
									
								
								run
									
										
									
									
									
								
							|  | @ -4,6 +4,7 @@ set -e  # Abort on error | |||
| 
 | ||||
| DOCKER_IMAGE_PREFIX=${DOCKER_IMAGE_PREFIX:-my_ocrd_workflow}  # default to locally built | ||||
| DOCKER_IMAGE_TAG=${DOCKER_IMAGE_TAG:-latest} | ||||
| LOG_LEVEL=${LOG_LEVEL:-INFO} | ||||
| 
 | ||||
| self=`realpath $0` | ||||
| self_dir=`dirname "$self"` | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue