Files
aitbc/docs/infrastructure/LOGS_ORGANIZATION.md
aitbc a7fbf58462
Some checks failed
Cross-Node Transaction Testing / transaction-test (push) Successful in 3s
Deploy to Testnet / deploy-testnet (push) Successful in 1m6s
Documentation Validation / validate-docs (push) Failing after 9s
Documentation Validation / validate-policies-strict (push) Successful in 5s
Multi-Node Stress Testing / stress-test (push) Successful in 3s
Node Failover Simulation / failover-test (push) Failing after 4s
docs: merge docs/project files into appropriate doc directories
- Moved ai-economics/ to docs/ai-economics/
- Moved completion/ to docs/completion/
- Merged cli/ with docs/cli/
- Merged infrastructure/ with docs/infrastructure/
- Moved planning/ to docs/planning/
- Moved requirements/ to docs/requirements/
- Moved workspace/ to docs/development/workspace/
- Moved 1_files.md to docs/reference/REPOSITORY_STRUCTURE.md
- Moved 2_roadmap.md to docs/ROADMAP.md
- Moved 3_infrastructure.md to docs/infrastructure/INFRASTRUCTURE.md
- Moved SECURITY.md to docs/security/SECURITY.md
- Moved PROJECT_STRUCTURE.md to docs/archive/GPU_PROJECT_STRUCTURE.md
- Moved WORKING_SETUP.md to docs/guides/getting-started/WORKING_SETUP.md
- Moved E2E_TEST_CREATION_SUMMARY.md to docs/reports/E2E_TEST_CREATION_SUMMARY.md
- Moved SQLMODEL_METADATA_FIX_SUMMARY.md to docs/reports/SQLMODEL_METADATA_FIX_SUMMARY.md
- Moved GITHUB_PULL_SUMMARY.md to docs/reports/GITHUB_PULL_SUMMARY.md
- Moved GIFT_CERTIFICATE_newuser.md to docs/guides/getting-started/GIFT_CERTIFICATE.md
- Moved user_profile_newuser.md to docs/guides/getting-started/USER_PROFILE.md
- Moved aitbc.md to docs/infrastructure/NODE_AITBC.md
- Moved aitbc1.md to docs/infrastructure/NODE_AITBC1.md
- Updated project/README.md with new documentation locations
- Removed empty subdirectories from docs/project/
- Created docs/MERGE_PLAN.md for reference
2026-05-09 21:52:55 +02:00

38 lines
1.3 KiB
Markdown

# Logs Directory Organization
## Log Files Location
System logs are now properly organized in /var/log/aitbc/:
### Current Log Files:
-
- contract_endpoints_final_status.txt
- final_production_ai_results.txt
- final_testing_fixes.txt
- issues_resolved.txt
- marketplace_results_20260329_190503.txt
- monitoring_report_20260329_192921.txt
- monitoring_report_20260329_193125.txt
- network_monitor.log
- qa_cycle.log
- qa-cycle.log
- security_summary.txt
- sync_detector.log
- testing_completion_report.txt
### Log Categories:
- **audit/**: Audit logs
- **network_monitor.log**: Network monitoring logs
- **qa_cycle.log**: QA cycle logs
- **qa-cycle.log**: QA cycle testing logs (from temp directory)
- **host_gpu_miner.log**: GPU miner client logs (2.4MB)
- **contract_endpoints_final_status.txt**: Contract endpoint status
- **final_production_ai_results.txt**: Production AI results
- **monitoring_report_*.txt**: System monitoring reports
- **testing_completion_report.txt**: Testing completion logs
## Change History
- **2026-03-30**: Moved from /opt/aitbc/results/ to /var/log/aitbc/ for proper organization
- **2026-03-30**: Consolidated /opt/aitbc/logs/host_gpu_miner.log to /var/log/aitbc/ for unified logging
- **2026-03-30**: Cleaned up /opt/aitbc/temp/ directory and moved qa-cycle.log to proper logs location