# Miço Sorun Giderme

## Miço İstemci Sorun Giderme

Miço istemci logları Windows sistemlerde `C:\Program Files\HAVELSAN\mico\output` dosyasında, Linux sistemlerde `/opt/mico-client/output.log` dosyasında bulunmaktadır.

Detaylı loglar için ayarlardan **log seviyesi,** **debug** olarak ayarlanmalıdır.

### Windows Log Level

Windows sistemlerde log seviyesini artırmak için yetkili kullanıcı olarak regedit açılmalıdır.

Regedit arayüzünde `HKEY_LOCAL_MACHINE/SOFTWARE\HAVELSAN\Mico` altında **LOG\_LEVEL** değerine **DEBUG** yazılmalıdır.

Daha sonra Hizmetler uygulamasından Mico servisi yeniden başlatılmalıdır.

Bu işlemlerden sonra detaylı loglar \` `C:\Program Files\HAVELSAN\mico\output`\` dosyasında alınabilir

### Linux Log Level

Linux sistemlerde log seviyesini artırmak için yetkili kullanıcı olarak terminal açılmalıdır.

`sudo nano /opt/mico-client/.env` komutu ile yapılandırma dosyası açılmalıdır.

Yapılandırma dosyasına aşağıdaki ayar eklenmelidir

```
LOG_LEVEL=debug
```

Daha sonra mico-client servisi aşağıdaki komut ile yeniden başlatılmaldır

```
sudo systemctl restart mico-client
```

Bu işlemlerden sonra `/opt/mico-client/output.log` dosyasından ajan ile ilgili hatalar gözlemlenebilir

## Miço Sunucu Sorun Giderme


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.liman.dev/liman-poc/envanter/mico-sorun-giderme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
