Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Tools - Logback.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ If none of the above are available, then Logback will configure itself automatic

**NOTE**

***This file must be in either `main/java/resources` or directly in the classpath (no subfolders) of your program for it to be read***
***This file must be in either `src/main/resources` or directly in the classpath (no subfolders) of your program for it to be read***

## Step 3: Configure the configuration file
After creating the configuration file, you now have the ability to configure Logback.
Expand Down