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

Inheriting logging options to generated product fails #152

Closed
kindfulkirby opened this issue Mar 19, 2015 · 5 comments
Closed

Inheriting logging options to generated product fails #152

kindfulkirby opened this issue Mar 19, 2015 · 5 comments
Assignees

Comments

@kindfulkirby
Copy link

I have set logDir and logFileName in my build.gradle for the gretty plugin, and when I run it with gradle appRun it puts the logs where I want.

When I run gradle buildProduct and run that with run.sh it puts the logs in the default locations.
Other options, e.g. contextPath inherit correctly.

@akhikhl
Copy link
Owner

akhikhl commented Apr 9, 2015

Sorry for delay with an answer, was busy with other things.
gretty 1.2.1-SNAPSHOT solves this problem. Now logDir and logFileName are correctly passed to the product.
Release 1.2.1 is coming soon.

@akhikhl akhikhl self-assigned this Apr 9, 2015
@akhikhl
Copy link
Owner

akhikhl commented Apr 11, 2015

Gretty 1.2.1 is released. Please switch to it and try using logDir and logFileName with products again.

@akhikhl
Copy link
Owner

akhikhl commented Apr 20, 2015

Did you have a chance to test it on 1.2.1?

@kindfulkirby
Copy link
Author

To be honest, I'm not quite up to speed with the logging aspect of the project right now.
It seems to work, but I got to put some work into it to figure out if everything works like I want it to ;)

EDIT: It definitely works in so far as logDir and logFileName are inherited correctly 👍

@akhikhl
Copy link
Owner

akhikhl commented Apr 20, 2015

I'm glad to hear that, thank you 😄

@akhikhl akhikhl closed this as completed Apr 20, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants