JeremyYao commented on PR #1277:
URL: https://github.com/apache/daffodil-vscode/pull/1277#issuecomment-2996565217

   serv-9069.logconf.xml file in 
C:\Users\USERNAME\AppData\Roaming\xdg.data\omega_edit looks like 
   
   ```
   <?xml version="1.0" encoding="UTF-8"?>
   
   <configuration>
       <appender name="FILE" class="ch.qos.logback.core.FileAppender">
           
<file>C:\Users\USERNAME\AppData\Roaming\xdg.data\omega_edit\serv-9069.log</file>
           <encoder>
               <pattern>[%date{ISO8601}] [%level] [%logger] [%marker] [%thread] 
- %msg MDC: {%mdc}%n</pattern>
           </encoder>
       </appender>
       <root level="INFO">
           <appender-ref ref="FILE" />
       </root>
   </configuration>
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to