← Back to team overview

registry team mailing list archive

[Bug 676026] Re: Nova services do not log to new log file after log rotation

 

I am currently testing on Austin release, and finally settled on this:

/var/log/nova/*.log {
  daily
  missingok
  rotate 7
  compress
  delaycompress
  copytruncate
}

The rotation works great now.  However, the scheduler and the
objectstore logs both log a bunch of junk the first time they write to
their logfiles each day.  "^@^@^@^@^@^@^@^@^@" repeated many times.  Not
sure what's up with that.  Any ideas?

-- 
Nova services do not log to new log file after log rotation
https://bugs.launchpad.net/bugs/676026
You received this bug notification because you are a member of Registry
Administrators, which is subscribed to OpenStack.



References