Larger Is Not Always Better: Exploring Small Open-source Language Models in Logging Statement Generation (2505.16590v2)
Abstract: Developers use logging statements to create logs that document system behavior and aid in software maintenance. As such, high-quality logging is essential for effective maintenance; however, manual logging often leads to errors and inconsistency. Recent methods emphasize using LLMs for automated logging statement generation, but these present privacy and resource issues, hindering their suitability for enterprise use. This paper presents the first large-scale empirical study evaluating small open-source LLMs (SOLMs) for automated logging statement generation. We evaluate four prominent SOLMs using various prompt strategies and parameter-efficient fine-tuning techniques, such as Low-Rank Adaptation (LoRA) and Retrieval-Augmented Generation (RAG). Our results show that fine-tuned SOLMs with LoRA and RAG prompts, particularly Qwen2.5-coder-14B, outperform existing tools and LLM baselines in predicting logging locations and generating high-quality statements, with robust generalization across diverse repositories. These findings highlight SOLMs as a privacy-preserving, efficient alternative for automated logging.
- Renyi Zhong (8 papers)
- Yichen Li (79 papers)
- Guangba Yu (10 papers)
- Wenwei Gu (10 papers)
- Jinxi Kuang (4 papers)
- Yintong Huo (27 papers)
- Michael R. Lyu (176 papers)