ansrivas / spark-structured-streaming

Spark structured streaming with Kafka data source and writing to Cassandra

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spark Logs

albertozeni opened this issue · comments

Where are the Logs produced by spark?
Thanks in advance for all the support,
Alberto

Hi,
Change the log level here to DEBUG or INFO and you will see the logs:

Logger.getLogger("org").setLevel(Level.WARN)

hi,
how can i save the logs into a file?
Alberto