Skip to content

offtopic: need help for mcu-uuid-console with telnet logging #2289

Closed Answered by SpaceTeddy
SpaceTeddy asked this question in Q&A
Discussion options

You must be logged in to vote

dear Proddy,
no need for tsting it anymore.
Simon gave me the hint, that the standard Loglevel in the Console is NOTICE and I tried with INFO, which is lower.
After changing the level to ALL with:

void setLoglevelCommand(uuid::console::Shell &shell, const std::vector<std::string> &) {
    shell.printfln(F("Set Loglevel to ALL:"));
    shell.log_level(uuid::log::Level::ALL);
}

I can see the logging in the console as well.

sry for disturbing

sers,
Chris

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@proddy
Comment options

@SpaceTeddy
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by SpaceTeddy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants