Everytime when I try to run the ADK application I can only run it in the terminal which in admin mode, otherwise I will receive this error message:
OSError: [WinError 1314] A required privilege is not held by the client:
'C:\\Users\\XXX\\AppData\\Local\\Temp\\agents_log\\agent.20251106_232556.log' ->
'C:\\Users\\XXX\\AppData\\Local\\Temp\\agents_log\\agent.latest.log'
It looks like because the ADK wants to save the log in the AppData folder by default? If we can add a new config to allow the developer to specify the log save location it would be better.
Thank you