Uploaded image for project: 'Minecraft Launcher'
  1. Minecraft Launcher
  2. MCL-10523

"Log Config" option does not detect .xml file

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • None
    • 2.1.2472-2.1.2474, 2.1.2480-2.1.2482, 2.1.2494-2.1.2496
    • None
    • None
    • Confirmed

      Custom log config located in ./minecraft/assets/log_configs was loading in earlier launcher versions, fails to load in latest launcher. 

      Reports...

      Error :(
      
      The specified custom log config does not exist.
      Filename on disk: client-debug.xml
      Path: /root/.minecraft/assets/log_configs/client-debug.xml
      Exists: file
      

      Contents of client-debug.xml is as follows...

      <?xml version="1.0" encoding="UTF-8"?>
      <Configuration status="debug">
       <Appenders>
       <Console name="SysOut" target="SYSTEM_OUT">
       <LegacyXMLLayout />
       </Console>
       <RollingRandomAccessFile name="File" fileName="logs/latest.log" filePattern="logs/%d\{yyyy-MM-dd}-%i.log.gz">
       <PatternLayout pattern="[%d\{HH:mm:ss}] [%t/%level]: %msg%n" />
       <Policies>
       <TimeBasedTriggeringPolicy />
       <OnStartupTriggeringPolicy />
       </Policies>
       </RollingRandomAccessFile>
       </Appenders>
       <Loggers>
       <Root level="all">
       <filters>
       <MarkerFilter marker="NETWORK_PACKETS" onMatch="ACCEPT" onMismatch="NEUTRAL" />
       </filters>
       <AppenderRef ref="SysOut"/>
       <AppenderRef ref="File"/>
       </Root>
       </Loggers>
      </Configuration>
      

        1. 2019-07-07_00-10-08.gif
          2019-07-07_00-10-08.gif
          163 kB
        2. client-debug.xml
          0.9 kB
        3. test.xml
          0.1 kB

            Unassigned Unassigned
            klugemonkey David Chamberlin
            Votes:
            5 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:
              CHK: