Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default log location #169

Open
dddaaammmooo opened this issue Jun 24, 2018 · 1 comment
Open

Default log location #169

dddaaammmooo opened this issue Jun 24, 2018 · 1 comment

Comments

@dddaaammmooo
Copy link

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.

@lesstif
Copy link
Owner

lesstif commented Jun 26, 2018

thanks for your suggestion.

it is the reasonable comment for laravel user, but this project is the PHP package, not the laravel package.

however, since it may confuse users of laravel framework, I will be write down the log file settings in the README.md.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants