Re: [dspace-tech] Re: COMPRESS LOG FOLDER ON DSPACE

2024-07-15 Thread DSpace Technical Support
Hi Abel, I'd welcome the approach of setting this up better "by default". Feel free to send a PR if you've found an easier way to achieve this using the standard log4j2 configuration. DSpace is built/maintained entirely by community volunteers, so I don't have a developer team to assign tasks

Re: [dspace-tech] Re: COMPRESS LOG FOLDER ON DSPACE

2024-07-11 Thread mwood
On Wed, Jul 10, 2024 at 11:59:58PM +, Abel Gómez wrote: > if I'm not wrong, you can automatically zip your log files when they are > rotated by modifying the log4j2 configuration. That would save you from > manually zipping them periodically. > > Edit the `config/log4j2.xml` file, and set th

Re: [dspace-tech] Re: COMPRESS LOG FOLDER ON DSPACE

2024-07-10 Thread Abel Gómez
Hi Gerald, if I'm not wrong, you can automatically zip your log files when they are rotated by modifying the log4j2 configuration. That would save you from manually zipping them periodically. Edit the `config/log4j2.xml` file, and set the extension in the filePattern property to 'gz'. E.g.: f

Re: [dspace-tech] Re: COMPRESS LOG FOLDER ON DSPACE

2024-07-10 Thread Gerald Okeke
Hi Tim, Thank you so much. If I compress and zip can I transfer it out of my production server to a storage server somewhere else? On Wed, 10 Jul 2024, 10:59 pm DSpace Technical Support, < dspace-tech@googlegroups.com> wrote: > Hi Gerald, > > DSpace will only use the latest log file at any given