We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
instead of defaulting to the current working dir of the JVM process on startup. This affects Tomcat deployment.
potential fix for Config.groovy:
if(!System.properties['rundeck.grails.stacktrace.enabled']) { String logDir = System.properties['rundeck.grails.stacktrace.dir'] rollingFile name: 'stacktrace', maximumFileSize: 10 * 1024 * 1024, file: '$logDir/stacktrace.log', layout: pattern( conversionPattern: ''%d [%t] %-5p %c{2} %x - %m%n''), maxBackupIndex: 10 } else { null name:'stacktrace' }
The text was updated successfully, but these errors were encountered:
Stacktrace log disabled by default, location configurable #860
e30e4d9
Wrap bare 'null' #860
a8de6cf
-Drundeck.grails.stacktrace.enabled=true
-D rundeck.grails.stacktrace.dir=/path
Sorry, something went wrong.
No branches or pull requests
instead of defaulting to the current working dir of the JVM process on startup. This affects Tomcat deployment.
potential fix for Config.groovy:
The text was updated successfully, but these errors were encountered: