Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OrtLoggingLeveltracing::Levelの割り当てを変更 #16

Merged

Conversation

qryxip
Copy link
Member

@qryxip qryxip commented Jan 26, 2023

OrtLoggingLeveltracing::Levelへの割り当てを変更します。

onnxruntime-rsでは、5種類→5種類で一対一で対応させたかったのはわかるのですが、ORT本体の"INFO"が"DEBUG"に、"WARNING"が"INFO"に、"ERROR"が"WARN"になって表示されるようになっている状態です。
このPRではそれらの対応を一段階引き上げます。

欠点としてユーザーが見る、COREの起動時に出るORTの諸々のメッセージのレベルがINFOからWARNに変わります。ただ元々WARNINGだったのでよいのではとも思います。

Copy link
Member

@Hiroshiba Hiroshiba left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!!

ORT_LOGGING_LEVEL_FATALってなんなんでしょうかね。
復帰不可能レベルのやつとかでしょうか。

Copy link
Member

@PickledChair PickledChair left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@PickledChair PickledChair merged commit 33fd03f into VOICEVOX:master Mar 13, 2023
@qryxip qryxip mentioned this pull request Jan 20, 2024
12 tasks
qryxip added a commit to qryxip/ort that referenced this pull request Jan 21, 2024
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.

None yet

3 participants