Versions Compared

Key

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

...

Code Block
> net stop snare
> snarecore -c -d9 > my-debug.log 2>&1
 (where my-debug.log is the name given to your file output)

...

Code Block
> net stop epilog
> epilog -d9 > my-debug.log 2>&1
 (where my-debug.log is the name given to your file output)

...

Code Block
> net stop snaremssql
> snaremssql -c -d9 > my-debug.log 2>&1   [on standalone]
or
> snaremssql -s  > my-debug.log 2>&1   [to specify instance if on cluster]
 (where my-debug.log is the name given to your file output)

...