You have set the following configuration via config files before the :logger application is started.
:compile_time_purge_matching
What will happen to logger calls with a level lower than the above given option?
Options
- They will be completely removed at compile time.
- They will cause overhead during runtime.
- They will be ignored during runtime.
- None of these