@@ -134,7 +134,7 @@ LOG_TO_FILE=true
LOG_FILE_PATH=logs/trading_bot.log
# Log rotation type: 'size' (rotate when file gets too big) or 'time' (rotate daily/hourly)
-LOG_ROTATION_TYPE=size
+LOG_ROTATION_TYPE=time
# For size-based rotation: max file size in MB before rotation
LOG_MAX_SIZE_MB=10
@@ -14,7 +14,7 @@ from datetime import datetime
from pathlib import Path
# Bot version
-BOT_VERSION = "3.0.333"
+BOT_VERSION = "3.0.334"
# Add src directory to Python path
sys.path.insert(0, str(Path(__file__).parent / "src"))