Bug 52505 - Feature: Implement logrotation of ucs-to-school-transformer app
Summary: Feature: Implement logrotation of ucs-to-school-transformer app
Status: RESOLVED WONTFIX
Alias: None
Product: UCS
Classification: Unclassified
Component: logrotate
Version: UCS 4.4
Hardware: Other Linux
: P5 normal
Target Milestone: ---
Assignee: UCS maintainers
QA Contact: UCS maintainers
URL:
Keywords:
Depends on: 52504 52503
Blocks:
  Show dependency treegraph
 
Reported: 2020-12-16 09:03 CET by Marc Schwarz
Modified: 2025-02-05 09:29 CET (History)
1 user (show)

See Also:
What kind of report is it?: Feature Request
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional):
Customer ID:
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marc Schwarz univentionstaff 2020-12-16 09:03:44 CET
In relation to #52495 it should also be possible to configure logrotate for ucs-to-school-transformer via the respective logrotate UCRs as the log increases significant in larger environments

ATM a manual created logrotate is configured and the uncompressed logs are removed from time to time by the administrator.

cat ucs-to-school-transformer 
/var/log/univention/listener_modules/ucs-to-school-transformer.log {
        daily
        rotate 14
        create 640 root adm
        compress
        missingok
        notifempty
        postrotate
                univention-app restart ucs-to-school-transformer > /dev/null
        endscript
}
Comment 1 Jan-Luca Kiok univentionstaff 2025-02-05 09:29:21 CET
This issue has been filed against an older version of UCS.

With further development of our products affected components may have vastly changed while the corresponding use cases might have changed. Thus, this issue is now being closed.

If there still is a need for this feature, please use "Clone this bug" or reopen this issue. In this case please provide information on how this issue would benefit you.