ruanwenjun commented on issue #5120:
URL:
https://github.com/apache/incubator-dolphinscheduler/issues/5120#issuecomment-803377143
> Sorry, it is not blocking,That's the problem with
`logback-api.xml`,Someone commented `<appender-ref ref="STDOUT"/>` in 58
lines。can you change it?
You can find the log content in logs/dolphinscheduler-api.log, this is the
default behavior.
If you want to print the log on the console, you can replace the
`appender-ref` in the `logback-api.xml` like below
```
<root level="INFO">
<appender-ref ref="STDOUT"/>
</root>
```
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]