is it possible to set logging level of orion? Good will be to set some like WARN level. Now is logging almost everything (like INFO level) and log file is growing so fast.
2
votes
1 Answers
0
votes
I think you will find useful the --silent CLI command (check CLI parameteres list).
--silent. Suppress all log output except errors
You can pass it using the BROKER_EXTRA_OPS parameter if you run Orion as a service (more info in this section of the manual).