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

Persistent storage for logs #56

Closed
3 tasks done
astrochun opened this issue Sep 15, 2020 · 0 comments · Fixed by #59
Closed
3 tasks done

Persistent storage for logs #56

astrochun opened this issue Sep 15, 2020 · 0 comments · Fixed by #59
Assignees
Labels
enhancement New feature or request scripts Script development
Milestone

Comments

@astrochun
Copy link
Contributor

astrochun commented Sep 15, 2020

Logs are currently stored locally. As such, this poses a problem for ephemeral design.

Persistent storage was provisioned. To store logs, we need:

  • Add to configuration files the parent directory path for logs
  • Update scripts to handle path
  • Also change the permission on the log to avoid any possible write issue (had an unusual encounter)

This can be implemented as hotfix/v0.11.3

@astrochun astrochun added enhancement New feature or request scripts Script development labels Sep 15, 2020
@astrochun astrochun added this to the v0.12.0 milestone Sep 15, 2020
@astrochun astrochun self-assigned this Sep 15, 2020
@astrochun astrochun added this to To do in ReDATA Patron Management Software via automation Sep 15, 2020
@astrochun astrochun moved this from To do to In progress in ReDATA Patron Management Software Sep 17, 2020
astrochun added a commit that referenced this issue Sep 17, 2020
astrochun added a commit that referenced this issue Sep 17, 2020
astrochun added a commit that referenced this issue Sep 17, 2020
astrochun added a commit that referenced this issue Sep 17, 2020
ReDATA Patron Management Software automation moved this from In progress to Done Sep 17, 2020
astrochun added a commit that referenced this issue Sep 28, 2020
Use f-strings for log filenames
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request scripts Script development
Development

Successfully merging a pull request may close this issue.

1 participant