Skip to main content
Inspiring
April 19, 2023
Answered

InDesign UXP Script logging

  • April 19, 2023
  • 1 reply
  • 618 views

In this conversation, a log file is mentioned, in which the console.log() messages are written.

I can't find the file, neither for the Server version nor the Desktop Beta version.
Is the Path different on Windows?

 

Thanks for the Help!

This topic has been closed for replies.
Correct answer erinferinferinf

From the documentation:

 

The UXP logs and console.log from script gets written to path

/Users/<user name>/Library/Caches/UXPLogs/

in Mac and

C:\Users\<username>\AppData\Local\Temp\UXPLogs

in Windows. If you find multiple files in the location, pick the one with the latest timestamp.

1 reply

erinferinferinf
Adobe Employee
erinferinferinfCorrect answer
Adobe Employee
April 19, 2023

From the documentation:

 

The UXP logs and console.log from script gets written to path

/Users/<user name>/Library/Caches/UXPLogs/

in Mac and

C:\Users\<username>\AppData\Local\Temp\UXPLogs

in Windows. If you find multiple files in the location, pick the one with the latest timestamp.