← Back to team overview

registry team mailing list archive

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

 

Those symbols are a common symptom of null bytes ('\0' in C syntax)
being in the file.  ^@ means Ctrl-@, which means \0.

You're either writing nulls to the log, or writing at an offset into a
blank file (which will give nulls as a side-effect).

-- 
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