Where can I find debug console logs after testing with xcodebuild?

I want to get the logs from the debug console after running XCUITests. When running the test within Xcode, the logs are saved in an xcactivitylog archive under deriveddata/Logs/Debug. However when running the test with xcodebuild, I do not see the logs there. Where can I find the logs with xcodebuild?

Where can I find debug console logs after testing with xcodebuild?
 
 
Q