From 140f4bcdcb0766bcbf412f8e23fa6a1e47a95cc4 Mon Sep 17 00:00:00 2001 From: Marco Massarelli Date: Tue, 21 Nov 2023 14:48:26 -0500 Subject: [PATCH] Fix exclude for Freerouting log config --- .gitignore | 2 +- freerouting/log4j2.xml | 31 +++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 freerouting/log4j2.xml diff --git a/.gitignore b/.gitignore index 02021b9..1033b7c 100644 --- a/.gitignore +++ b/.gitignore @@ -36,8 +36,8 @@ logs *.ses # Exported BOM files -!log4j2.xml *.xml +!log4j2.xml *.csv # MacOS diff --git a/freerouting/log4j2.xml b/freerouting/log4j2.xml new file mode 100644 index 0000000..95dc125 --- /dev/null +++ b/freerouting/log4j2.xml @@ -0,0 +1,31 @@ + + + + freerouting/freerouting.log + + + + + + + %d{yyyy-MM-dd HH:mm:ss.SSS} [%t] %-5level %msg%n + + + + + + + + + + + + + + + + + + + + \ No newline at end of file