Skip to content

Fix broken log#62

Open
metakunt wants to merge 1 commit into
EpicGames:mainfrom
metakunt:broken-trace
Open

Fix broken log#62
metakunt wants to merge 1 commit into
EpicGames:mainfrom
metakunt:broken-trace

Conversation

@metakunt

Copy link
Copy Markdown

Currently the log level is not being set to anything but debug, also you have a bit of duplications.

configure calls initialize but you call initialize in client_main, a redundant call.

Also the trace_log feature gives the compiler a bunch of warnings when you want to trace in lore-client. It seems that there is quite a bit of mess going on. For example lore_repository reexports the same bindings in lore_base to import from them instead of lore_base, there is a separate tracing crate used in lore_server that uses the same macro but from tracing instead.

Signed-off-by: Meta Kunt <zugvzuzuguih@eclipso.me>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant