Description
Is your feature request related to a problem? Please describe.
When a scala-cli project is compiled for the first time(or recompiled after change), it shows the scala version and the jdk version. If there is no change in the code, on the next runs, it doesn't log this info.
Furthermore, this doesn't show the scala-cli version in the log.
Attaching the screenshot of the output I get when I run a file

Describe the solution you'd like
It would be nice if there is an option or a directive or something like it that could show these info all the time(since the default behaviour is not to have too many logs and lose focus for most people). When working with multiple JDKs and Scala Versions, it would be beneficial to always see which scala and jdk is used to run the program just as a reminder. Also, unless someone remembers to update the scala-cli version, one might use the older version of scala-cli without realizing. For example, I was using 1.5.x in one of my laptops when the current version is 1.7.x. Seeing an info about the versions used might give an hint to check if these are the expected/intereted versions.
Describe alternatives you've considered
Clean compile and manually checking the scal-cli version once in a while
Additional context
In discord, the suggestion is to have less logs as the preferred method, but an option to have additional important logs might be nice.