Skip to content

Commit 0f4ab7d

Browse files
author
Caitlin Bales (MSFT)
authored
Give NLog output file a better name
1 parent c86e628 commit 0f4ab7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GraphODataTemplateWriter/NLog.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
for information on customizing logging rules and outputs.
1717
-->
1818
<targets>
19-
<target name="logfile" xsi:type="File" fileName="file.txt" />
19+
<target name="logfile" xsi:type="File" fileName="generator-output.txt" />
2020
<!--
2121
add your targets here
2222
See https://github.com/nlog/NLog/wiki/Targets for possible targets.

0 commit comments

Comments
 (0)