Open
Description
No so much a bug, just my 2 cents.
The default log location dumps the files into the 'public' folder, which confused the hell out of me for a while as I was getting permission denied errors (given this is not writable on my server). After a trawl of the code I eventually discovered the JIRA_LOG_FILE variable, however in it's absence I would be inclined to suggest the code defaults to the Laravel 'storage/logs' folder as this is more likely writable than 'public'.
Probably also a good idea to list the .env setting in the install instructions as I only discovered it after searching the code.