You've already forked setup-python
							
							
				mirror of
				https://github.com/actions/setup-python.git
				synced 2025-10-30 22:57:59 +07:00 
			
		
		
		
	Improved logging during setup (#113)
* Improved error output during setup * Change from debug to info for normal output * Apply suggestions from code review Co-authored-by: Brian Cristante <33549821+brcrista@users.noreply.github.com> Co-authored-by: Brian Cristante <33549821+brcrista@users.noreply.github.com>
This commit is contained in:
		
							
								
								
									
										5
									
								
								dist/index.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								dist/index.js
									
									
									
									
										vendored
									
									
								
							| @ -6355,7 +6355,10 @@ function installPython(workingDirectory) { | ||||
|             silent: true, | ||||
|             listeners: { | ||||
|                 stdout: (data) => { | ||||
|                     core.debug(data.toString().trim()); | ||||
|                     core.info(data.toString().trim()); | ||||
|                 }, | ||||
|                 stderr: (data) => { | ||||
|                     core.error(data.toString().trim()); | ||||
|                 } | ||||
|             } | ||||
|         }; | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Konrad Pabjan
					Konrad Pabjan