Re: [beagleboard] disable logging in beaglebone black

2020-08-16 Thread Alexander Zangerl
On Thu, 13 Aug 2020 04:15:24 -0700, jennifer Dsilva writes:
>how can we disable logging in bbb? my bbb writes log files into /var/log/ 
>directory and consumes a lot of space

besides what others already suggested wrt figuring out what's too verbose
i'd suggest checking and adjusting your logrotation settings
(in /etc/logrotate.d/* and /etc/logrotate.conf) to keep stuff from
filling up your disk.


-- 
Best Regards,
Alexander Zangerl
IT Engineer

BREATHE-SAFE intelligent cabin air filtration
Keeps your lungs and cabin dust free!
Head Office: 37-43 Argon Street, Carole Park QLD 4300 Australia
Western Australia: 169 Chisholm Crescent, Kewdale WA 6105 
Tel: +61 7 3276 7833 M. +61 415 482 341 E. a...@breathe-safe.com

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/301-1597612800.452650%40-vmk.HhTD.bELB.


Re: [beagleboard] disable logging in beaglebone black

2020-08-13 Thread jonnymo
You could look at '/etc/rsyslog.conf' and disable any logging you do not
wish to keep track of.
You would have to either restart the board or restart the service for it to
take.

Ex:
  * sudo /etc/init.d/rsyslogd stop*
   *sudo /etc/init.d/rsyslogd start*

The other option would be to remove any .gz file under /var/log that you do
not want or create a script that purges these.

However, if you are getting an excessive amount of logging on something
particular like messages, then it might be best to find what that issue is
and see if it can be resolved.   Just a suggestion.


Cheers,

Jon

On Thu, Aug 13, 2020 at 4:15 AM jennifer Dsilva 
wrote:

>
> how can we disable logging in bbb? my bbb writes log files into /var/log/
> directory and consumes a lot of space
>
> --
> For more options, visit http://beagleboard.org/discuss
> ---
> You received this message because you are subscribed to the Google Groups
> "BeagleBoard" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to beagleboard+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/beagleboard/bc51ea4c-f240-426a-a24a-9aedaeed457ao%40googlegroups.com
> 
> .
>

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/CAG99bkogxRm1bNx1x0XLCCMzH6bkYvG9kPn%2Bjo%3DPrzqSYfTHsg%40mail.gmail.com.


[beagleboard] disable logging in beaglebone black

2020-08-13 Thread jennifer Dsilva

how can we disable logging in bbb? my bbb writes log files into /var/log/ 
directory and consumes a lot of space

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/bc51ea4c-f240-426a-a24a-9aedaeed457ao%40googlegroups.com.