[Bug 1522772] Re: logrotate config file matches the wrong files

2016-03-19 Thread xens
Hi, thanks for your answer, it was certainly an upgrade issue from Juno
to Kilo then !

we can close this bug

Romain

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1522772

Title:
  logrotate config file matches the wrong files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glance/+bug/1522772/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1522772] Re: logrotate config file matches the wrong files

2016-03-19 Thread Bhargavi
I’ve tested this on Kilo release ( on Ubuntu Trusty server 14.04) and observed 
that glance-api.log and  glance-registry log files are getting rotated on a 
daily basis .
And also old files are getting compressed.

Checked the default configuration in "/etc/logrotate.d/glance-common"
file and that has the below entry. This seems to be correct.

/var/log/glance/*.log {
daily
missingok
compress
delaycompress
copytruncate
notifempty
}

looks like it's working as expected.


** Changed in: glance (Ubuntu)
   Status: New => In Progress

** Changed in: glance (Ubuntu)
   Status: In Progress => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1522772

Title:
  logrotate config file matches the wrong files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glance/+bug/1522772/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1522772] Re: logrotate config file matches the wrong files

2016-03-19 Thread Bhargavi
I’ve tested this on Kilo release ( on Ubuntu Trusty server 14.04) and observed 
that glance-api.log and  glance-registry log files are getting rotated on a 
daily basis .
And also old files are getting compressed.

Checked the default configuration in "/etc/logrotate.d/glance-common"
file and that has the below entry. This seems to be correct.

/var/log/glance/*.log {
daily
missingok
compress
delaycompress
copytruncate
notifempty
}

looks like it's working as expected.


** Changed in: glance (Ubuntu)
   Status: New => In Progress

** Changed in: glance (Ubuntu)
   Status: In Progress => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to glance in Ubuntu.
https://bugs.launchpad.net/bugs/1522772

Title:
  logrotate config file matches the wrong files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glance/+bug/1522772/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1522772] Re: logrotate config file matches the wrong files

2016-03-18 Thread Bhargavi
** Changed in: glance (Ubuntu)
 Assignee: Bhargavi (challa-bhargavi1) => Bhargavi (bhargavi-c81)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1522772

Title:
  logrotate config file matches the wrong files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glance/+bug/1522772/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1522772] Re: logrotate config file matches the wrong files

2016-03-10 Thread Bhargavi
I am using Kilo on Ubuntu 14.04.

glance-api and glance-registry log files are getting rotated on a daily
basis and also old files are getting compressed.

below configuration  I found in "/etc/logrotate.d/glance-common" file :

/var/log/glance/*.log {
daily
missingok
compress
delaycompress
copytruncate
notifempty
} 

looks like it's working as expected

please verify your config files (/etc/logrotate.d/glance-common ) and
(/etc/cron.daily/logrotate )

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1522772

Title:
  logrotate config file matches the wrong files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glance/+bug/1522772/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1522772] Re: logrotate config file matches the wrong files

2016-03-07 Thread Bhargavi
** Changed in: glance (Ubuntu)
 Assignee: Mohammed Ashraf (mohammed-asharaf) => Bhargavi (challa-bhargavi1)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1522772

Title:
  logrotate config file matches the wrong files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glance/+bug/1522772/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1522772] Re: logrotate config file matches the wrong files

2016-03-03 Thread Mohammed Ashraf
** Changed in: glance (Ubuntu)
 Assignee: (unassigned) => Mohammed Ashraf (mohammed-asharaf)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1522772

Title:
  logrotate config file matches the wrong files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glance/+bug/1522772/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1522772] Re: logrotate config file matches the wrong files

2016-01-08 Thread Palanivel Duraisamy
The config file /etc/logrotate.d/glance-common has the following entry. 
Looks there should not be any log rotation issue as file name is "*.log"

/var/log/glance/*.log {
daily
missingok
compress
delaycompress
copytruncate
notifempty
}

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1522772

Title:
  logrotate config file matches the wrong files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glance/+bug/1522772/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1522772] Re: logrotate config file matches the wrong files

2015-12-04 Thread Ubuntu Foundations Team Bug Bot
The attachment "Glance logrotate patch" seems to be a patch.  If it
isn't, please remove the "patch" flag from the attachment, remove the
"patch" tag, and if you are a member of the ~ubuntu-reviewers,
unsubscribe the team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issues please contact him.]

** Tags added: patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1522772

Title:
  logrotate config file matches the wrong files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glance/+bug/1522772/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs