MQL5-Google-Onedrive/logs
copilot-swe-agent[bot] c11eb0c373 Add automation features documentation and integration tests
- AUTOMATION_FEATURES.md with comprehensive feature overview
- Integration test suite for verifying all scripts
- Logs directory README for documentation
- All tests passing successfully

Co-authored-by: Mouy-leng <199350297+Mouy-leng@users.noreply.github.com>
2026-01-06 04:25:48 +00:00
..
README.md Add automation features documentation and integration tests 2026-01-06 04:25:48 +00:00

Logs Directory

This directory contains log files from the automation scripts.

Log Files

  • startup_YYYYMMDD_HHMMSS.log - Python orchestrator logs
  • startup_ps_YYYYMMDD_HHMMSS.log - PowerShell script logs
  • Other custom script logs

Log Retention

Logs are kept indefinitely by default. You may want to:

  1. Periodically archive or delete old logs
  2. Use log rotation tools
  3. Configure retention in startup_config.json (future feature)

Privacy Note

Log files may contain:

  • System paths
  • Execution timestamps
  • Process IDs
  • Error messages

Do not share logs publicly if they contain sensitive information.