Skip to content

Conversation

Jacob953
Copy link

What type of PR is this?

bug

What this PR does / why we need it:

  1. Pass LogLevel from options.MySQLOptions to db.MySQLOptions with copier.
  2. Initial Logger if LogLevel between 1 and 4, which maps to Mode of Gorm(from Silence to Info). Otherwise, make it the default Logger of Gorm instead of Onex.

Which issue(s) this PR fixes:

Fixes #20

Special notes for your reviewer:

Thx for reviewing :)

colin404 and others added 27 commits April 7, 2024 22:06
fix mariadb statefulset bug
fix: fix wrong bash script name in onex.sh, from .bashr to .bashrc
fix: fix missing mongo apt signing_key when install mongodb-mongosh
修复grep 模式匹配与文件中关键字不一致导致的重复设置问题
fix: fix missing add MongoDB APT sources for different system version…
修复 onex.sh 中 grep 模式关键字匹配失败问题
fix: selector in minerset is required
remove -loglevel option for cfssl tool because some cfssl version do not provide this option
I encountered the following error, when I manually installed onex:
go: invalid GOTOOLCHAIN "gogo1.22.2"
I don't have any idea what to do with 'go1.22.2'.
(using download type 'auto')
go: invalid GOTOOLCHAIN "gogo1.22.2"

To fix this error, I removed "go" from "go1.22.2".
@Jacob953
Copy link
Author

Jacob953 commented May 6, 2024

@colin404 plz take a look. :)

@colin404 colin404 force-pushed the master branch 3 times, most recently from f986220 to c572125 Compare July 18, 2025 06:16
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.

Configuration of log-level to Gorm never works
7 participants