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

Feature/logger jar #874

Merged
merged 6 commits into from
Mar 25, 2025
Merged

Feature/logger jar #874

merged 6 commits into from
Mar 25, 2025

Conversation

yasima-csiro
Copy link
Contributor

No description provided.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this line in the README should change from a tomcat_deploy to an exec_jar

Copy link
Contributor

@sbearcsiro sbearcsiro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good but should retain tomcat version in logger path default

@@ -6,7 +6,7 @@
<conversionRule conversionWord="wex" converterClass="org.springframework.boot.logging.logback.WhitespaceThrowableProxyConverter" />

<variable name="appName" value="logger-service"/>
<variable name="LOG_DIR" value="/var/log/{{ tomcat | default('tomcat9')}}" />
<variable name="LOG_DIR" value="{{ jar_log_path | default('/var/log/tomcat9')}}" />
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IMHO this should retain the tomcat version in the log path for the default case.
ie {{ jar_log_path | default('/var/log/' + tomcat)}} or however you'd express that in ansible

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

@yasima-csiro yasima-csiro requested a review from sbearcsiro March 23, 2025 22:35
@yasima-csiro yasima-csiro merged commit dac0deb into master Mar 25, 2025
@yasima-csiro yasima-csiro deleted the feature/logger_jar branch March 25, 2025 03:24
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

Successfully merging this pull request may close these issues.

3 participants