bisakhmondal commented on issue #842:
URL: 
https://github.com/apache/apisix-dashboard/issues/842#issuecomment-808154327


   hii @nic-chen thanks for the heads up,
   its working perfectly now,
   latest logs in reverse order
   ```
   -- Logs begin at Mon 2021-03-15 21:16:03 IST, end at Fri 2021-03-26 17:12:41 
IST. --
   Mar 26 17:12:09 turing manager-api[571177]: Logfile : 
/home/bisakh/Desktop/OSS/apisix-dashboard/output/logs/error.log
   Mar 26 17:12:09 turing manager-api[571177]: Loglevel: warn
   Mar 26 17:12:09 turing manager-api[571177]: Listen  : 127.0.0.1:9000
   Mar 26 17:12:09 turing manager-api[571177]: GitHash : efdb869
   Mar 26 17:12:09 turing manager-api[571177]: Version : 2.4
   Mar 26 17:12:09 turing manager-api[571177]: The manager-api is running 
successfully!
   Mar 26 17:12:09 turing systemd[1]: Started Manager-API service.
   Mar 26 17:12:09 turing systemd[1]: Starting Manager-API service...
   ```
   it was causing by 
   `PermissionsStartOnly=true`  which was overriding user & group info to 
provide syslog access over the generated logs(stdout & stderr).
   so putting 
   ```
   User=<>
   Group=<>
   ```
   after syslog initialization (which was put before the statement by me 
earlier), solves it. 
   Thanks, pushing the changes soon.


-- 
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:
us...@infra.apache.org


Reply via email to