'\" t .\" Title: container-log .\" Author: [see the "AUTHORS" section] .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 20210101 .\" Manual: Open Infrastructure .\" Source: compute-tools .\" Language: English .\" .TH "CONTAINER\-LOG" "1" "20210101" "compute\-tools" "Open Infrastructure" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" container-log \- Show container log .SH "SYNOPSIS" .sp \fBcontainer log\fR [\fIOPTIONS\fR] .SH "DESCRIPTION" .sp The container log command shows the container log\&. .SH "OPTIONS" .sp The following container options are available: .PP \fB\-d, \-\-date\fR .RS 4 Show only log entries of the specified date as \fIYYYY\-MM\-DD\fR or a date range like \fItoday\-7\fR\&. .RE .PP \fB\-n, \-\-name\fR .RS 4 Show only log entries for the specified container\&. .RE .SH "EXAMPLES" .PP \fBShow all log entries:\fR .RS 4 sudo container log .RE .PP \fBShow only log entries of today:\fR .RS 4 sudo container log \-d today .RE .PP \fBShow only log entries of yesterday:\fR .RS 4 sudo container log \-d yesterday .RE .PP \fBShow all log entries of the example\&.net container:\fR .RS 4 sudo container log \-n example\&.net .RE .PP \fBShow only log entries of the example\&.net container of the last 30 days:\fR .RS 4 sudo container log \-d today\-30 \-n example\&.net .RE .SH "SEE ALSO" .sp compute\-tools(7), container(1)\&. .SH "HOMEPAGE" .sp More information about compute\-tools and the Open Infrastructure project can be found on the homepage at https://open\-infrastructure\&.net\&. .SH "CONTACT" .sp Bug reports, feature requests, help, patches, support and everything else are welcome on the Open Infrastructure Software Mailing List \&. .sp Debian specific bugs can also be reported in the Debian Bug Tracking System at https://bugs\&.debian\&.org\&. .SH "AUTHORS" .sp compute\-tools were written by Daniel Baumann and others\&.