logrus info debug
This commit is contained in:
		
							parent
							
								
									fbe02ab891
								
							
						
					
					
						commit
						5852ca4671
					
				
							
								
								
									
										2
									
								
								main.go
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								main.go
									
									
									
									
									
								
							@ -13,7 +13,7 @@ import (
 | 
				
			|||||||
func main() {
 | 
					func main() {
 | 
				
			||||||
	cr := core.Core{}
 | 
						cr := core.Core{}
 | 
				
			||||||
	cr.Init()
 | 
						cr.Init()
 | 
				
			||||||
	logrus.SetLevel(logrus.InfoLevel)
 | 
						logrus.SetLevel(logrus.DebugLevel)
 | 
				
			||||||
	cr.TickerInforocessChan = make(chan *core.TickerInfo)
 | 
						cr.TickerInforocessChan = make(chan *core.TickerInfo)
 | 
				
			||||||
	cr.CandlesProcessChan = make(chan *core.Candle)
 | 
						cr.CandlesProcessChan = make(chan *core.Candle)
 | 
				
			||||||
	cr.MaXProcessChan = make(chan *core.MaX)
 | 
						cr.MaXProcessChan = make(chan *core.MaX)
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user