# LogConfigLocalizer **Repository Path**: alex_wonga/LogConfigLocalizer ## Basic Information - **Project Name**: LogConfigLocalizer - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-09-26 - **Last Updated**: 2024-09-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Introduction The repository shows the source code of LogConfigLocalizer proposed in the paper [**Face It Yourselves: An LLM-based Two-stage Strategy to Localize Configuration Errors via Logs**](https://arxiv.org/pdf/2404.00640). ![Overview](fig/overview.png) ----------- # Parser To make use of it, please refer to [README](https://github.com/shanshw/LogConfigLocalizer/blob/main/src/parser/README.md) in src/parser. # Localizer To make use of it, please refer to [README](https://github.com/shanshw/LogConfigLocalizer/blob/main/src/localizer/README.md) in src/localizer. # Reproduction For the experimental results, please refer to the [benchmark](benchmark/README.md). To reproduce the results in the paper, please refer to [README](https://github.com/shanshw/LogConfigLocalizer/blob/main/src/scripts/README.md) in src/scripts.