Re: [openstack-dev] [devstack] Logging - filling up my tiny SSDs

2015-11-05 Thread Sean M. Collins
On Wed, Nov 04, 2015 at 07:25:24AM EST, Sean Dague wrote: > On 11/02/2015 10:36 AM, Sean M. Collins wrote: > > On Sun, Nov 01, 2015 at 10:12:10PM EST, Davanum Srinivas wrote: > >> Sean, > >> > >> I typically switch off screen and am able to redirect logs to a specified > >> directory. Does this

Re: [openstack-dev] [devstack] Logging - filling up my tiny SSDs

2015-11-05 Thread Tony Breeds
On Thu, Nov 05, 2015 at 09:52:07PM +, Sean M. Collins wrote: > I'll make sure to name the variable appropriately. Some ideas: > > SEAN_COLLINS_CREEPY_BASEMENT_DEVSTACK_LAB > SEANS_DISCOUNT_DEVSTACK_EMPORIUM > ANT_SIZED_SSD ALL_YOUR_DISK_ARE_BELONG_TO_SCREEN? Yours Tony. pgp8xQipI_y6j.pgp

Re: [openstack-dev] [devstack] Logging - filling up my tiny SSDs

2015-11-04 Thread Sean Dague
On 11/02/2015 10:36 AM, Sean M. Collins wrote: > On Sun, Nov 01, 2015 at 10:12:10PM EST, Davanum Srinivas wrote: >> Sean, >> >> I typically switch off screen and am able to redirect logs to a specified >> directory. Does this help? >> >> USE_SCREEN=False >> LOGDIR=/opt/stack/logs/ > > It's not

Re: [openstack-dev] [devstack] Logging - filling up my tiny SSDs

2015-11-02 Thread Sean M. Collins
On Sun, Nov 01, 2015 at 10:12:10PM EST, Davanum Srinivas wrote: > Sean, > > I typically switch off screen and am able to redirect logs to a specified > directory. Does this help? > > USE_SCREEN=False > LOGDIR=/opt/stack/logs/ It's not that I want to disable screen. I want screen to run, and not

Re: [openstack-dev] [devstack] Logging - filling up my tiny SSDs

2015-11-02 Thread Davanum Srinivas
Sean, ah. so the tip about LOGDIR to /dev/null may work for you -- dims On Mon, Nov 2, 2015 at 10:36 AM, Sean M. Collins wrote: > On Sun, Nov 01, 2015 at 10:12:10PM EST, Davanum Srinivas wrote: > > Sean, > > > > I typically switch off screen and am able to redirect logs to

Re: [openstack-dev] [devstack] Logging - filling up my tiny SSDs

2015-11-02 Thread Ryan Brown
On 11/02/2015 02:22 PM, Sean M. Collins wrote: On Mon, Nov 02, 2015 at 03:19:42AM EST, Daniel Mellado wrote: Also you could set up this var LOGDAYS=1 to limit the amount of log, althougt setting the LOGDIR to /dev/null should work too. That is only useful if you are doing a new run of

Re: [openstack-dev] [devstack] Logging - filling up my tiny SSDs

2015-11-02 Thread Sean M. Collins
On Mon, Nov 02, 2015 at 03:19:42AM EST, Daniel Mellado wrote: > Also you could set up this var > > LOGDAYS=1 > > to limit the amount of log, althougt setting the LOGDIR to /dev/null > should work too. That is only useful if you are doing a new run of stack.sh - it won't handle the issue of the

Re: [openstack-dev] [devstack] Logging - filling up my tiny SSDs

2015-11-02 Thread Sean M. Collins
On Mon, Nov 02, 2015 at 10:43:45AM EST, Davanum Srinivas wrote: > Sean, > > ah. so the tip about LOGDIR to /dev/null may work for you > That's not going to work. LOGDIR is used in multiple mkdir calls. -- Sean M. Collins

Re: [openstack-dev] [devstack] Logging - filling up my tiny SSDs

2015-11-02 Thread Daniel Mellado
Also you could set up this var LOGDAYS=1 to limit the amount of log, althougt setting the LOGDIR to /dev/null should work too. Cheers Daniel El 02/11/15 a las 04:12, Davanum Srinivas escribió: > Sean, > > I typically switch off screen and am able to redirect logs to a > specified directory.

[openstack-dev] [devstack] Logging - filling up my tiny SSDs

2015-11-01 Thread Sean M. Collins
Hi, The docs right now are a little unclear about if it is possible to stop logging the output of all the screen sessions to the local filesystem. It has a tendency to fill up my filesystem on my little NUCs :( -- Sean M. Collins

Re: [openstack-dev] [devstack] Logging - filling up my tiny SSDs

2015-11-01 Thread Davanum Srinivas
Sean, I typically switch off screen and am able to redirect logs to a specified directory. Does this help? USE_SCREEN=False LOGDIR=/opt/stack/logs/ thanks, dims On Mon, Nov 2, 2015 at 4:43 AM, Sean M. Collins wrote: > Hi, > > The docs right now are a little unclear about