mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 21:46:22 +01:00
27 lines
632 B
Plaintext
27 lines
632 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
//* microshift_support/microshift-etcd.adoc
|
|
|
|
:_content-type: PROCEDURE
|
|
[id="microshift-observe-debug-etcd-server_{context}"]
|
|
= Observe and debug the {product-title} etcd server
|
|
|
|
You can gather `journalctl` logs to observe and debug the etcd server logs.
|
|
|
|
.Prerequisites
|
|
|
|
* The {product-title} service is running.
|
|
|
|
.Procedure
|
|
|
|
* To get the logs for etcd, run the following command:
|
|
+
|
|
[source,terminal]
|
|
----
|
|
$ sudo journalctl -u microshift-etcd.scope
|
|
----
|
|
+
|
|
[NOTE]
|
|
====
|
|
{product-title} logs can be accessed separately from etcd logs using the `journalctl -u microshift` command.
|
|
==== |