Skip to content

Commit

Permalink
Update log format and add outcome output
Browse files Browse the repository at this point in the history
  • Loading branch information
blagny-anssi committed Mar 4, 2024
1 parent 95bfec9 commit 1fe8d41
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions config/DFIR-ORC_config.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>

<wolf childdebug="no" command_timeout="600">
<log disposition="truncate">DFIR-ORC_{SystemType}_{FullComputerName}_{TimeStamp}.log</log>
<outline disposition="truncate">DFIR-ORC_{SystemType}_{FullComputerName}_{TimeStamp}.json</outline>
<log>
<console level="critical" backtrace="critical"></console>
<file level="info" backtrace="error">
<output disposition="truncate">DFIR-ORC_{SystemType}_{FullComputerName}_{TimeStamp}.log</output>
</file>
</log>
<outline disposition="truncate">DFIR-ORC_{SystemType}_{FullComputerName}_{TimeStamp}_Outline.json</outline>
<outcome disposition="truncate">DFIR-ORC_{SystemType}_{FullComputerName}_{TimeStamp}_Outcome.json</outcome>

<archive name="DFIR-ORC_{SystemType}_{FullComputerName}_Memory.7z" keyword="Memory" concurrency="2" repeat="Once" compression="fast" archive_timeout="120">
<restrictions ElapsedTimeLimit="360" />
Expand Down

0 comments on commit 1fe8d41

Please sign in to comment.