diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md index dd3889da66..e172908cc2 100644 --- a/.github/ISSUE_TEMPLATE/Bug_report.md +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -29,4 +29,4 @@ If applicable, add screenshots to help explain your problem. **Additional context** Add any other context about the problem here, e.g. logs. Your client logs can usually be found in -`C:\Users\\.runelite\logs` on Windows and `~/.runelite/logs` on Linux and macOS. +`C:\Users\\.openosrs\logs` on Windows and `~/.openosrs/logs` on Linux and macOS. diff --git a/runelite-client/src/main/java/com/openosrs/client/ui/components/InfoPanel.java b/runelite-client/src/main/java/com/openosrs/client/ui/components/InfoPanel.java index f0d0fa1b2f..eea317f3a2 100644 --- a/runelite-client/src/main/java/com/openosrs/client/ui/components/InfoPanel.java +++ b/runelite-client/src/main/java/com/openosrs/client/ui/components/InfoPanel.java @@ -57,7 +57,7 @@ public class InfoPanel extends JPanel private static final BufferedImage TRANSPARENT_LOGO = ImageUtil.getResourceStreamFromClass(InfoPanel.class, "/openosrs.png"); static final Dimension PANEL_SIZE = new Dimension(200, OpenOSRSSplashScreen.FRAME_SIZE.height); private static final Dimension VERSION_SIZE = new Dimension(PANEL_SIZE.width, 25); - private static final File RUNELITE_DIR = new File(System.getProperty("user.home"), ".runelite"); + private static final File RUNELITE_DIR = new File(System.getProperty("user.home"), ".openosrs"); private static final File LOGS_DIR = new File(RUNELITE_DIR, "logs"); public InfoPanel() diff --git a/runelite-client/src/main/resources/logback.xml b/runelite-client/src/main/resources/logback.xml index d3a5ffbcad..b92f056e96 100644 --- a/runelite-client/src/main/resources/logback.xml +++ b/runelite-client/src/main/resources/logback.xml @@ -31,11 +31,11 @@ - ${user.home}/.runelite/logs/client.log + ${user.home}/.openosrs/logs/client.log - ${user.home}/.runelite/logs/client_%d{yyyy-MM-dd}.%i.log + ${user.home}/.openosrs/logs/client_%d{yyyy-MM-dd}.%i.log