일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- jsp
- javascript
- devops
- ReactJS
- Git
- php
- tool
- 맛집
- JVM
- elasticsearch
- MySQL
- Design Patterns
- ubuntu
- springboot
- java
- db
- Oracle
- redis
- IntelliJ
- 요리
- Spring Batch
- jenkins
- laravel
- AWS
- Spring Boot
- Gradle
- Web Server
- it
- linux
- Spring
Archives
- Today
- Total
목록nvm (1)
아무거나
log4js-node 로그 라이브러리 적용
기본구성 또는 커스텀 라이브러리 구성중 선택하여 사용하면 된다. log4js-node 로그 라이브러리 적용 기본구성 설치 // https://github.com/log4js-node/log4js-node $ npm install log4js 샘플 const log4js = require("log4js"); const logger = log4js.getLogger(); log4js.configure({ appenders: { test: { type: "file", filename: "test.log" } }, categories: { default: { appenders: ["test"], level: "info" } }, }); app.get(`/test`, async (req, res) => { try..
Javascript & HTML & CSS/NodeJS
2024. 1. 17. 18:57