Thanks so much Maxim. You’re a star!

Sent from my iPhone

> On Oct 13, 2020, at 8:06 PM, Maxim Solodovnik <solomax...@gmail.com> wrote:
> 
> just have tested, this seems to be not working :(
> you can edit `webapps/openmeetings/WEB-INF/classes/logback-config.xml`
> and change
> 
>         <root level="INFO">
>                 <appender-ref ref="FILE" />
>                 <appender-ref ref="CONSOLE" />
>         </root>
> 
> to be
> 
>         <root level="INFO">
>                 <appender-ref ref="FILE" />
>         </root>
> 
> this way all OM logs will go to openmeetings.log, catalina.out will be very 
> small
> 
>> On Wed, 14 Oct 2020 at 00:28, Denis Noctor <denisnoc...@gmail.com> wrote:
>> Will give that a shot. Thanks Maxim.
>> 
>> Sent from my iPhone
>> 
>>> On Oct 13, 2020, at 12:21 PM, Maxim Solodovnik <solomax...@gmail.com> wrote:
>>> 
>>> 
>>> 
>>>> On Tue, 13 Oct 2020 at 23:53, Denis Noctor <denisnoc...@gmail.com> wrote:
>>>> Hi there Maxim,
>>>> 
>>>> I hope this email finds you well. Just a quick observation. Approximately 
>>>> once per month, I've noticed that video and camera drop quite regularly at 
>>>> the start of a session. I noticed that the Catalina.out file grows to be 
>>>> quite large.... more than 1 gig. On previous occasions the file has grown 
>>>> to larger sizes (2-3 gigs), depending on usage. However, if I shutdown OM, 
>>>> delete the catalina.out file, restart all the relevant services whereby a 
>>>> new catalina.out file is created... things go back to normal... and 
>>>> normally continue to do so... until the file grows again over the next 
>>>> month or so. Overall disk usage is approx 50% and is easily scalable if 
>>>> required via AWS.
>>> 
>>> I would try this answer:
>>> https://stackoverflow.com/questions/8342336/how-to-set-maximum-number-of-rolls-and-maximum-log-size-for-tomcat/8343667
>>> 
>>> try to add these 2 lines to `conf/logging.properties` (into correspondent 
>>> block)
>>> 1catalina.org.apache.juli.AsyncFileHandler.limit = 1024000
>>> 1catalina.org.apache.juli.AsyncFileHandler.count = 5
>>> 
>>> haven't tested it yet ...
>>>  
>>>> 
>>>> On a separate note, if any of my students experience any sluggish 
>>>> behaviour, I usually ask them to empty their cache once per month (they 
>>>> usually use Chrome or Firefox) and things seem to be much better also. 
>>>> 
>>>> As a general rule of cleaning up and housekeeping, can you recommend any 
>>>> other files, folders, temp directories that may be required to be cleaned 
>>>> on a regular basis?
>>>> 
>>>> I have still to reinstall OM 5.0.1 so at present am using OM 5 M4, Ubuntu 
>>>> 18.04 on AWS.
>>>> 
>>>> All the best,
>>>> 
>>>> Denis.
>>>> 
>>>>    Virus-free. www.avg.com
>>> 
>>> 
>>> -- 
>>> Best regards,
>>> Maxim
> 
> 
> -- 
> Best regards,
> Maxim

Reply via email to