1
0
mirror of https://github.com/minio/docs.git synced 2025-04-24 06:05:11 +03:00
docs/source/reference/minio-mc-admin/mc-admin-console.rst
2022-09-16 16:40:20 -04:00

1.3 KiB

mc admin console

minio

Table of Contents

mc admin console

Description

The mc admin console command returns server log entries for each MinIO server in the deployment.

Use mc admin on MinIO Deployments Only

Syntax

mc admin console has the following syntax:

mc admin console [FLAGS] TARGET NODENAME

mc admin console supports the following:

TARGET

The alias <mc alias> of a configured MinIO deployment from which the command retrieves server logs.

NODENAME

The specific MinIO server node from which the command retrieves server logs.

--limit, l

The number of most recent log entries to show. Defaults to 10.

--type, t

The type of errog logs to return. Specify one or more of the following options as a comma-seperated , list:

  • minio
  • application
  • all (Default)