log, internal/debug: delete RotatingFileHandler (#20586)
* log: delete RotatingFileHandler We added this for the dashboard, which is gone now. The handler never really worked well and had data race and file handling issues. * internal/debug: remove unused RotatingFileHandler setup code
This commit is contained in:
		
				
					committed by
					
						
						Péter Szilágyi
					
				
			
			
				
	
			
			
			
						parent
						
							ad2fc7c6a6
						
					
				
				
					commit
					31baf3a9af
				
			@@ -233,7 +233,7 @@ func init() {
 | 
			
		||||
	app.Flags = append(app.Flags, metricsFlags...)
 | 
			
		||||
 | 
			
		||||
	app.Before = func(ctx *cli.Context) error {
 | 
			
		||||
		return debug.Setup(ctx, "")
 | 
			
		||||
		return debug.Setup(ctx)
 | 
			
		||||
	}
 | 
			
		||||
	app.After = func(ctx *cli.Context) error {
 | 
			
		||||
		debug.Exit()
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user