Skip to content

remove useless import#2

Open
bugall wants to merge 5 commits intomasterfrom
fix
Open

remove useless import#2
bugall wants to merge 5 commits intomasterfrom
fix

Conversation

@bugall
Copy link
Copy Markdown
Owner

@bugall bugall commented Jan 13, 2023

No description provided.

@what-the-diff
Copy link
Copy Markdown

what-the-diff bot commented Jan 13, 2023

  • server.js
    • comment out the code of app and server, which is used to start a http service
  • dbConnection.js
    • change host to psm in mysql configs; add idlTime: 10 for connection pooling configuration (default value is 8)
  • log4js configure file has been changed from 4 files into 1 file with different categories(info/warn/error/fatal). The default category will be info level logging if no specific category was specified when calling getLogger() function; also remove all other categories except 'default' and 'info'. This means that only one logger instance can be created by using this library now instead of four instances before refactoring happened on it's configure file

@bugall
Copy link
Copy Markdown
Owner Author

bugall commented Jan 13, 2023

/wtd explain

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants