Merge pull request #2060 from hroff-1902/improve-logging
Improve logging: output divider in logs between throttles
This commit is contained in:
		| @@ -128,6 +128,7 @@ class Worker(object): | |||||||
|         return result |         return result | ||||||
|  |  | ||||||
|     def _process(self) -> bool: |     def _process(self) -> bool: | ||||||
|  |         logger.debug("========================================") | ||||||
|         state_changed = False |         state_changed = False | ||||||
|         try: |         try: | ||||||
|             state_changed = self.freqtrade.process() |             state_changed = self.freqtrade.process() | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user