일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- laravel
- AWS
- linux
- 맛집
- jsp
- Web Server
- 요리
- Gradle
- Spring Batch
- springboot
- devops
- java
- JVM
- Git
- ubuntu
- it
- ReactJS
- php
- Oracle
- Spring
- elasticsearch
- redis
- MySQL
- Spring Boot
- tool
- jenkins
- db
- javascript
- Design Patterns
- IntelliJ
Archives
- Today
- Total
목록node (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