teaman
12/16/2022, 5:28 PMsatauros
12/16/2022, 7:14 PMserver log --follow
what you're looking for? Or do you need to tail log files other than the out.log?bdw429s
12/16/2022, 9:19 PMbdw429s
12/16/2022, 9:20 PMbdw429s
12/16/2022, 9:20 PMtail
takes either the path to the file or the actual input you want to tailbdw429s
12/16/2022, 9:21 PMtail C:/totally/fake/path.log
then it will just dump that back out to the console as the raw outputbdw429s
12/16/2022, 9:22 PMtail C:/this/is/a/real/path.log
then it will output the last lines
of the file (defaulting to 15 per the help command)bdw429s
12/16/2022, 9:22 PMtail C:/this/is/a/real/path.log --follow
then it will follow changes to the log file until you hit Ctrl-Cteaman
12/16/2022, 10:25 PMbdw429s
12/16/2022, 10:26 PMteaman
12/16/2022, 10:26 PMbdw429s
12/16/2022, 10:26 PMpathExists C:\Users\me\.CommandBox\server\BB7860AC183D5A86A707C68F7D496121-wwwroot4\adobe-2018.0.15.330106\WEB-INF\cfusion\logs\FOOBAR.txt
teaman
12/16/2022, 10:27 PMbdw429s
12/16/2022, 10:27 PMbdw429s
12/16/2022, 10:28 PMecho ${exitCode}
teaman
12/16/2022, 10:28 PMbdw429s
12/16/2022, 10:28 PMteaman
12/16/2022, 10:28 PMbdw429s
12/16/2022, 10:29 PMteaman
12/16/2022, 10:29 PMbdw429s
12/16/2022, 10:29 PMbdw429s
12/16/2022, 10:29 PMbdw429s
12/16/2022, 10:29 PMteaman
12/16/2022, 10:30 PMbdw429s
12/16/2022, 10:30 PMC:\Users\Brad Wood\.CommandBox\...
teaman
12/16/2022, 10:30 PMC:\Users\bholm\.CommandBox\server\BB7860AC183D5A86A707C68F7D496121-wwwroot4\adobe-2018.0.15.330106\WEB-INF\cfusion\logs\FOOBAR.txt
bdw429s
12/16/2022, 10:31 PMFOOBAR.txt
?teaman
12/16/2022, 10:31 PMbdw429s
12/16/2022, 10:31 PMopen C:\Users\bholm\.CommandBox\server\BB7860AC183D5A86A707C68F7D496121-wwwroot4\adobe-2018.0.15.330106\WEB-INF\cfusion\logs\FOOBAR.txt
bdw429s
12/16/2022, 10:32 PMteaman
12/16/2022, 10:32 PMbdw429s
12/16/2022, 10:32 PMbdw429s
12/16/2022, 10:32 PM.txt
or .log
?bdw429s
12/16/2022, 10:33 PMls C:\Users\bholm\.CommandBox\server\BB7860AC183D5A86A707C68F7D496121-wwwroot4\adobe-2018.0.15.330106\WEB-INF\cfusion\logs\
teaman
12/16/2022, 10:33 PMteaman
12/16/2022, 10:33 PMbdw429s
12/16/2022, 10:33 PMteaman
12/16/2022, 10:33 PMbdw429s
12/16/2022, 10:33 PMteaman
12/16/2022, 10:34 PMbdw429s
12/16/2022, 10:34 PMteaman
12/16/2022, 10:34 PMteaman
12/16/2022, 10:34 PMbdw429s
12/16/2022, 10:35 PMgavinbaumanis
12/17/2022, 2:01 PMI strongly dislike WindowsI find them necessary to let the air in! 😉 On a serious note - I find myself either using powershell instead of a dos prompt (AND instead of the GUI). OR - I am in a command-box "session". Windows SUX at sooo much - and the changes they have made in Windows 11 - I REALLY hate. If it wasn't so painful to reinstall and reconfigure everything... I would install a desktop linux.
John Wilson
12/19/2022, 3:44 PMgavinbaumanis
01/02/2023, 11:09 PM