Show pageOld revisionsBacklinksAdd to bookExport to PDFODT exportBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== 15.3 Log Location ====== [[fxdemo:05-part:start | Go To Top ]] [[fxdemo:05-part:15-logging-and-observability:start | Return to Logging and Observability ]] The Repository should define predictable log locations. Developers and reviewers should not need to search through temporary directories, container internals, or local machine paths to find logs. The recommended Repository location for local logs is: logs/ The team may organize logs by run, script, Node, container, or Evidence collection activity. A representative structure is: <code> logs/ setup/ generation/ build/ run/ nodes/ containers/ tests/ </code> Runtime logs that form part of acceptance Evidence should be copied or exported to the approved Evidence location. The recommended Evidence location is: <code> evidence/ </code> The team should normally keep transient logs out of Git. Logs may be added to Git only when they are part of reviewed acceptance Evidence or a controlled example. The .gitignore file should reflect this distinction. ---- <WRAP centeralign> © 2026 Dido Solutions, Inc. and Jackrabbit Consulting, Inc. </WRAP> fxdemo/05-part/15-logging-and-observability/15-3-log-location/start.txt Last modified: 2026/08/10 15:38by owen