Run configuration templates doesn't work well with variables.
Hello,
I'm trying to make a python run configuration template in which log files (.log files) are automatically recognised as logs and shows in the run tab. For this I created a new template and in the Logs tab I added a "log files to be shown in console" with as alias just ".log file" and as log file location "$PROJECT_DIR$\*.log". However this variable is not transformed into the actuall path of the project directory.
When making a new configuration manually from scratch, sometimes it leaves this variable and sometimes it does transform into the path and it works. I couldn't find any topics about this and maybe I overlook something. See bellow a overview of the settings:
Alias: *.log
Log file location: $PROJECT_DIR$\*.
Show all files coverable by pattern: CHECKED
Hopefully someone can help me figure this out!
Please sign in to leave a comment.