Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
titleexamining value of the log_level
root@dilos:~# svccfg exportsvcprop cron|grep log_level
    <exec_method name='start' type='method' exec='/usr/sbin/cron -L %{log_level}' timeout_seconds='60'>
      <propval name='log_level' type='astring' value='15'/>

Don't forget to refresh the service after changes (as root):

...