mirror of
				https://github.com/superseriousbusiness/gotosocial.git
				synced 2025-10-31 03:12:25 -05:00 
			
		
		
		
	[chore]: Bump github.com/minio/minio-go/v7 from 7.0.53 to 7.0.55 (#1844)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
		
					parent
					
						
							
								46d4ec0f05
							
						
					
				
			
			
				commit
				
					
						9ed96bc570
					
				
			
		
					 31 changed files with 4137 additions and 3218 deletions
				
			
		
							
								
								
									
										8
									
								
								vendor/github.com/sirupsen/logrus/README.md
									
										
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								vendor/github.com/sirupsen/logrus/README.md
									
										
									
										generated
									
									
										vendored
									
									
								
							|  | @ -9,7 +9,7 @@ the last thing you want from your Logging library (again...). | |||
| 
 | ||||
| This does not mean Logrus is dead. Logrus will continue to be maintained for | ||||
| security, (backwards compatible) bug fixes, and performance (where we are | ||||
| limited by the interface).  | ||||
| limited by the interface). | ||||
| 
 | ||||
| I believe Logrus' biggest contribution is to have played a part in today's | ||||
| widespread use of structured logging in Golang. There doesn't seem to be a | ||||
|  | @ -43,7 +43,7 @@ plain text): | |||
| With `log.SetFormatter(&log.JSONFormatter{})`, for easy parsing by logstash | ||||
| or Splunk: | ||||
| 
 | ||||
| ```json | ||||
| ```text | ||||
| {"animal":"walrus","level":"info","msg":"A group of walrus emerges from the | ||||
| ocean","size":10,"time":"2014-03-10 19:57:38.562264131 -0400 EDT"} | ||||
| 
 | ||||
|  | @ -99,7 +99,7 @@ time="2015-03-26T01:27:38-04:00" level=fatal method=github.com/sirupsen/arcticcr | |||
| ``` | ||||
| Note that this does add measurable overhead - the cost will depend on the version of Go, but is | ||||
| between 20 and 40% in recent tests with 1.6 and 1.7.  You can validate this in your | ||||
| environment via benchmarks:  | ||||
| environment via benchmarks: | ||||
| ``` | ||||
| go test -bench=.*CallerTracing | ||||
| ``` | ||||
|  | @ -317,6 +317,8 @@ log.SetLevel(log.InfoLevel) | |||
| It may be useful to set `log.Level = logrus.DebugLevel` in a debug or verbose | ||||
| environment if your application has that. | ||||
| 
 | ||||
| Note: If you want different log levels for global (`log.SetLevel(...)`) and syslog logging, please check the [syslog hook README](hooks/syslog/README.md#different-log-levels-for-local-and-remote-logging). | ||||
| 
 | ||||
| #### Entries | ||||
| 
 | ||||
| Besides the fields added with `WithField` or `WithFields` some fields are | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue