-
Notifications
You must be signed in to change notification settings - Fork 297
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[rubysrc2cpg] log ANTLR errors and inclusion of log4j2.xml (#3837)
* [rubysrc2cpg] log ANTLR errors * [rubysrc2cpg] include log4j2.xml
- Loading branch information
1 parent
83a1f76
commit 742d474
Showing
2 changed files
with
65 additions
and
3 deletions.
There are no files selected for viewing
13 changes: 13 additions & 0 deletions
13
joern-cli/frontends/rubysrc2cpg/src/main/resources/log4j2.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<Configuration> | ||
<Appenders> | ||
<Console name="STDOUT" target="SYSTEM_OUT"> | ||
<PatternLayout pattern="[%-5p] %m%n" /> | ||
</Console> | ||
</Appenders> | ||
<Loggers> | ||
<Root level="${env:SL_LOGGING_LEVEL:-info}"> | ||
<AppenderRef ref="STDOUT"/> | ||
</Root> | ||
</Loggers> | ||
</Configuration> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters