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

the service.log file is not present in the rundeck log directory #18

Open
wouterdt opened this issue Sep 27, 2022 · 0 comments
Open

the service.log file is not present in the rundeck log directory #18

wouterdt opened this issue Sep 27, 2022 · 0 comments

Comments

@wouterdt
Copy link
Contributor

wouterdt commented Sep 27, 2022

Description

The service.log folder is not present in the logs directory, so stdout and stderr seems lost, or not logged as per the manual.
https://docs.rundeck.com/docs/le arning/howto/workinglogs.html#the-service-log-file-is-located
it also states that for this to work the start script should be called, in the systemd unit file there is no trace of this
I think the service should be started as per the manual

#
# Ansible managed
#
[Unit]
Description=Rundeck

[Service]
WorkingDirectory=/opt/rundeck
User=rundeck
Group=rundeck
ExecStart=/usr/bin/java -Xmx4096m -Drundeck.jaaslogin=true -Dloginmodule.name=multiauth -Dloginmodule.conf.name=jaas-multiauth.conf -jar rundeck-4.3.1-20220615.war

[Install]
WantedBy=multi-user.target

Environment

  • Control node OS: Red Hat Enterprise Linux release 8.6 (Ootpa)
    ansible [core 2.12.2]
    config file = /etc/ansible/ansible.cfg
python version = 3.8.12 (default, Sep 16 2021, 10:46:05) [GCC 8.5.0 20210514 (Red Hat 8.5.0-3)] jinja version = 3.1.2 libyaml = True
  • Managed node OS: Red Hat Enterprise Linux release 8.6 (Ootpa)
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

1 participant