bash script logs

Hi, I have a bash script and I am run it manually. It starts, but actually is doing nothing, probably because of a wrong input parameter.....Is there a place /directory/file where I can see a log for the script?

You may want to run your script in debug mode..

bash -x script parameter
1 Like