Add PDB level and make runtime below info but above debug
							parent
							
								
									378c8cee52
								
							
						
					
					
						commit
						5936e8e2b9
					
				|  | @ -30,16 +30,17 @@ DATE_FORMAT = '%b %d %H:%M:%S' | ||||||
| LEVELS = { | LEVELS = { | ||||||
|     'GARBAGE': 1, |     'GARBAGE': 1, | ||||||
|     'TRACE': 5, |     'TRACE': 5, | ||||||
|     'PROFILE': 15, |     'RUNTIME': 15, | ||||||
|     'RUNTIME': 500, |     'PDB': 500, | ||||||
|     'QUIET': 1000, |     'QUIET': 1000, | ||||||
| } | } | ||||||
| STD_PALETTE = { | STD_PALETTE = { | ||||||
|     'CRITICAL': 'red', |     'CRITICAL': 'red', | ||||||
|     'ERROR': 'red', |     'ERROR': 'red', | ||||||
|     'RUNTIME': 'white', |     'PDB': 'white', | ||||||
|     'WARNING': 'yellow', |     'WARNING': 'yellow', | ||||||
|     'INFO': 'green', |     'INFO': 'green', | ||||||
|  |     'RUNTIME': 'white', | ||||||
|     'DEBUG': 'white', |     'DEBUG': 'white', | ||||||
|     'TRACE': 'cyan', |     'TRACE': 'cyan', | ||||||
|     'GARBAGE': 'blue', |     'GARBAGE': 'blue', | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue