<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<blockquote itemscope="" itemtype="https://schemas.microsoft.com/QuotedText" style="border-left: 3px solid rgb(200, 200, 200); border-top-color: rgb(200, 200, 200); border-right-color: rgb(200, 200, 200); border-bottom-color: rgb(200, 200, 200); padding-left: 1ex; margin-left: 0.8ex; color: rgb(102, 102, 102);">
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
$ file as-log.out<br>
</div>
<div class="BodyFragment"><font size="2"><span style="font-size:11pt">
<div class="PlainText">as-log.out: data<br>
</div>
</span></font></div>
</blockquote>
<div class="BodyFragment"><font size="2"><span style="font-size:11pt">
<div class="PlainText">This looks like the file utility was unable to determine the type of as-log.out. As it should normally be able to identify all types emitted by logrotate, this suggests to me that the actual file it was ran on is corrupt.<br>
<blockquote itemscope="" itemtype="https://schemas.microsoft.com/QuotedText" style="border-left: 3px solid rgb(200, 200, 200); border-top-color: rgb(200, 200, 200); border-right-color: rgb(200, 200, 200); border-bottom-color: rgb(200, 200, 200); padding-left: 1ex; margin-left: 0.8ex; color: rgb(102, 102, 102);">
<div>archivesspace/logs/archivesspace.out {<br>
</div>
</blockquote>
<div>This may be a result of pasting, but AFAIK logrotate requires an absolute path.</div>
<blockquote itemscope="" itemtype="https://schemas.microsoft.com/QuotedText" style="border-left: 3px solid rgb(200, 200, 200); border-top-color: rgb(200, 200, 200); border-right-color: rgb(200, 200, 200); border-bottom-color: rgb(200, 200, 200); padding-left: 1ex; margin-left: 0.8ex; color: rgb(102, 102, 102);">
       compress</blockquote>
<div>This will default to gzip compression, with an extension '.<number>.gz' added to the filename. Normally, you would use the z* utilities (zcat, zless, zmore, zgrep, zdiff) to handle rotated logs as these will also handle uncompressed streams. I note that
 the filename above does not have the usual extension, but this may also be a result of pasting/obfuscation.</div>
<div><br>
</div>
<div>You should be able to run logrotate -d <configfile> and see all actions that would be performed according to configfile.</div>
<div><br>
</div>
<div>p</div>
<br>
</div>
</span></font></div>
</body>
</html>