package datakit-server

  1. Overview
  2. Docs
val dir : Dir.t

dir is a projection of Logs.Src into the VFS: each entry s in Logs.Src.list () has a subdirectory <fs>/src/<s> containing two files:

  • <fs>/src/<s>/doc is Logs.Src.doc s. The file is read-only.
  • <fs>/src/<s>/level is Logs.Src.level s. Changing the contents of that file will trigger Logs.Src.set_level.