Skip to content

Commit

Permalink
Adds manual documentation for log-all-ifd option
Browse files Browse the repository at this point in the history
  • Loading branch information
johnalotoski authored and cleverca22 committed May 19, 2020
1 parent ecbce66 commit 76f441f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions doc/manual/command-ref/conf-file.xml
Original file line number Diff line number Diff line change
Expand Up @@ -468,6 +468,26 @@ builtins.fetchurl {
this option to <literal>true</literal>.</para></listitem>
</varlistentry>

<varlistentry xml:id="conf-log-all-ifd"><term><literal>log-all-ifd</literal></term>

<listitem>

<para>Default: <literal>false</literal>.</para>

<para>If set to <literal>true</literal>, the Nix evaluator will
emit log messages for all imports from derivation at the 'info'
log level. Example output with this option is:</para>

<informalexample><screen>
$ nix-build -E 'with import &lt;nixpkgs&gt; {}; haskellPackages.callHackage "turtle" "1.5.15" {}' -o turtle --option log-all-ifd true
/nix/store/c1jyh069rg3cdlpx3dj0466qg39gq4dl-nixos-20.03pre202088.e89b21504f3/nixos/pkgs/development/haskell-modules/make-package-set.nix:83:54 importing from derivation /nix/store/vcj52jqhnbhqg44n4myfbwplax3q89f6-cabal2nix-turtle-1.5.15.drv via scopedImport
/nix/store/nb8qg80a5vv2gj145h20z90ynzlibbrq-turtle-1.5.15
</screen></informalexample>

</listitem>

</varlistentry>

<varlistentry xml:id="conf-max-build-log-size"><term><literal>max-build-log-size</literal></term>

<listitem>
Expand Down

0 comments on commit 76f441f

Please sign in to comment.