Skip to content
This repository was archived by the owner on Mar 12, 2024. It is now read-only.

Logging

guillermooo edited this page Jun 21, 2015 · 2 revisions

Logging

Overview

FSharp logs events of WARNING severity and above to the Sublime Text console, and to a file located in Packages/.logs/FSharp.log.

Changing The Log File's Log Level

To have FSharp log events of different severities to its log file, specify a log level name in Packages/.logs/FSharp.

For example:

$ echo "debug" > path/to/st/Packages/.logs/FSharp

Note that the console log isn't affected by this configuration file.

Clone this wiki locally