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

How to change the console output log level? #101

Closed
wangtieqiao opened this issue Sep 5, 2020 · 1 comment
Closed

How to change the console output log level? #101

wangtieqiao opened this issue Sep 5, 2020 · 1 comment

Comments

@wangtieqiao
Copy link

I noted Jupyter console window flooded with messages like

[main] DEBUG ikotlin - [iopub] snd>: msg[�B�] header = {"date":"2020-09-05T10:38-0400","session":"9ab904195e6e458a80540f630fb943d1","msg_type":"status","msg_id":"c893db00-c22e-4512-b72a-368aa63e46da","version":"5.3","username":"tieqiao"} parentHeader = {"msg_id":"9ab904195e6e458a80540f630fb943d1_0","msg_type":"kernel_info_request","username":"tieqiao","session":"9ab904195e6e458a80540f630fb943d1","date":"2020-09-05T14:38:20.983264Z","version":"5.3"} metadata = {} content = {"execution_state":"idle"}
[main] DEBUG ikotlin - [shell] >rcv: msg[9ab904195e6e458 ... 

How to change the log level?

I have looked at the run_kernel.py, and checked my jar_args.json that "debuggerConfig" is empty,

{
    "mainJar": "kotlin-jupyter-kernel-0.8.2.61.jar",
    "mainClass": "org.jetbrains.kotlin.jupyter.IkotlinKt",
    "classPath": [
        "jupyter-lib-0.8.2.61.jar",
        "kotlin-script-runtime-1.4.20-dev-2342.jar",
        "kotlin-reflect-1.4.20-dev-2342.jar",
        "kotlin-stdlib-1.4.20-dev-2342.jar",
        "kotlin-stdlib-common-1.4.20-dev-2342.jar",
        "annotations-13.0.jar",
    ],
    "debuggerConfig": ""
}
@ileasile
Copy link
Collaborator

ileasile commented Sep 8, 2020

It's not possible now, see issue #54

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

No branches or pull requests

2 participants