Log to file with:<br />
logger -f /path/to/file/filename.log "hello world"<br />
doesnt work. Return code is zero and the text will be logged to /var/log/messages instead to: /path/to/file/filename.log
↧