The community member posted about getting logs in a new version of a library called "mycolabs-langchain". They asked if they need to enable "LlamaLogger" in the service context. In the comments, other community members discussed the missing logs, suggesting that the default logging level may have been raised and needs to be set back to "info", or that the logs may have moved to the "debug" level. One community member provided a code snippet to set the logging level to "info" and add a stream handler to the logger. However, there is no explicitly marked answer to the original question.