Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- rest
- Retrofit
- Q-Map
- node.js
- Android
- node
- 깃
- git
- EC2
- IT 도서
- SSH Key
- 인공지능
- gmaps
- 자바
- cordova
- 저장소
- java
- Repository
- mean
- angularJs
- HTML
- Linux
- Ionic
- AWS
- ssh
- express
- commit
- JSP
- 안드로이드
- ubuntu
Archives
- Today
- Total
UroA 개발 블로그
[Node.js] PM2 log에 color 속성 나타내기 본문
PM2 log에 color 속성 나타내기
보통 디버깅시 다른 색상으로 log를 표시하곤 하는데 pm2 를 사용할 때는 다음과 같이 프로세스를 실행시키면 적용할 수 있다.
$pm2 start app.js --name app -- --color
'Programming > Node.js' 카테고리의 다른 글
[Node.js] nodemailer 를 사용하여 이메일 전송하기 (0) | 2016.10.21 |
---|---|
[Node.js] NVM (Node Version Manager) 설치하기 (0) | 2016.09.20 |
[Node.js] Express에서 template으로 HTML 사용하기 (0) | 2016.08.30 |
[Node.js] module.exports 와 exports 이해하기 (2) | 2016.01.05 |
Comments