Skip to content

Commit

Permalink
Migrate from Winston to Diary for logging
Browse files Browse the repository at this point in the history
  • Loading branch information
cowwoc committed Sep 10, 2024
1 parent 399091a commit 2ef3daa
Show file tree
Hide file tree
Showing 22 changed files with 505 additions and 550 deletions.
17 changes: 11 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
syntax: glob
# Maven Wrapper files that will be regenerate automatically
.mvn/wrapper/maven-wrapper.jar

# IntelliJ IDEA
.idea/
/.idea/*
!/.idea
!/.idea/codeStyles

# Files generated as part of the build
**/node_modules/
*.iml

# Java
target/
coverage/

Expand All @@ -15,8 +19,9 @@ coverage/
commonjs.html
modulejs.html

# eslint
/.eslintcache
# Node.js
node_modules/
.eslintcache

# Credentials
/keys.txt
104 changes: 104 additions & 0 deletions .idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .idea/codeStyles/codeStyleConfig.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

49 changes: 0 additions & 49 deletions build/LogFactory.mts

This file was deleted.

Loading

0 comments on commit 2ef3daa

Please sign in to comment.