# LogScreen - 로그 검색 및 브라우저에서 편하게 보기

> Clean Markdown view of GeekNews topic #13847. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=13847](https://news.hada.io/topic?id=13847)
- GeekNews Markdown: [https://news.hada.io/topic/13847.md](https://news.hada.io/topic/13847.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2024-03-17T10:03:01+09:00
- Updated: 2024-03-17T10:03:01+09:00
- Original source: [github.com/soorajshankar](https://github.com/soorajshankar/logScreen)
- Points: 28
- Comments: 1

## Topic Body

- 로그를 Piping 해서 보내면 웹앱으로 표시해주는 오픈소스   
  - `docker-compose up | npx logscreen`  
  - `tail -f /var/log/syslog | npx logscreen`  
- 웹 기반 로그 뷰어   
- 실시간 업데이트   
- 대화형 인터페이스로 로그를 쉽게 검색, 필터, 탐색 가능 (TODO)

## Comments



### Comment 23787

- Author: eususu
- Created: 2024-03-18T10:15:35+09:00
- Points: 1

아이디어 괜찮네요. 종종 사용해봐야겠습니다.
