Session Log
Is there a string to have secure crt create a folder per session host?
IE: host = test c:\SecureCRT_Log\ folder = test --> %S_%Y_%M_%D_%h%m%s_%t.log |
Hi melarnell,
If your goal is to have a folder for each of the remote hosts that you are connecting to you would use the %S (session) or the %H (hostname) substitution variables for the folder name in your path. For example: Code:
C:\SecureCRT_Logs\%S\%Y_%M_%D_%h.%m.%s_%t.log Would something like that work for you? For more information about SecureCRT Log File Name Substitution Parameters please refer to our YouTube video: https://www.youtube.com/watch?v=MnS2JhhqWG4 |
All times are GMT -6. The time now is 09:34 AM. |