Skip to content

Commit e845b4b

Browse files
committed
add nlog basedir
1 parent bb96356 commit e845b4b

2 files changed

Lines changed: 3 additions & 6 deletions

File tree

SECURITY.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
# Security Policy
22

3-
**Despite my efforts to add some mitigations, VLA is designed to contain critical vulnerabilities. Run it at your own risk.**
4-
5-
## Tracability
6-
7-
The NLog package is used for tracability and real logging.
3+
> [!WARNING]
4+
> VLA is designed to contain critical vulnerabilities. Run it at your own risk.

nlog.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<!-- log au format JSON -->
1212
<target name="jsonfile" xsi:type="File"
13-
fileName="${shortdate}_logfile.json">
13+
fileName="${basedir}/Logs/${shortdate}_logfile.json">
1414
<layout xsi:type="JsonLayout">
1515
<attribute name="time" layout="${longdate}" />
1616
<attribute name="level" layout="${level:upperCase=true}" />

0 commit comments

Comments
 (0)