You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@trafficserver.apache.org by "lzx404243 (via GitHub)" <gi...@apache.org> on 2023/02/13 21:56:04 UTC

[GitHub] [trafficserver] lzx404243 opened a new pull request, #9407: Added a log message when individual plugin is loaded

lzx404243 opened a new pull request, #9407:
URL: https://github.com/apache/trafficserver/pull/9407

   This PR adds a NOTE-level log message when each plugin is successfully loaded. Previously there are only log messages indicating a plugin is loading:
   ```
   [Feb 13 21:43:54.597] traffic_server NOTE: plugin.config loading ...
   [Feb 13 21:43:54.597] traffic_server NOTE: loading plugin '/tmp/sb/certifier/ts1/plugin/certifier.so'
   [Feb 13 21:43:54.599] traffic_server NOTE: loading plugin '/tmp/sb/certifier/ts1/plugin/xdebug.so'
   [Feb 13 21:43:54.601] traffic_server NOTE: plugin.config finished loading
   ```
   After this PR:
   ```
   [Feb 13 21:48:22.761] traffic_server NOTE: plugin.config loading ...
   [Feb 13 21:48:22.761] traffic_server NOTE: loading plugin '/tmp/sb/certifier/ts1/plugin/certifier.so'
   [Feb 13 21:48:22.764] traffic_server NOTE: plugin '/tmp/sb/certifier/ts1/plugin/certifier.so' finished loading
   [Feb 13 21:48:22.764] traffic_server NOTE: loading plugin '/tmp/sb/certifier/ts1/plugin/xdebug.so'
   [Feb 13 21:48:22.774] traffic_server NOTE: plugin '/tmp/sb/certifier/ts1/plugin/xdebug.so' finished loading
   [Feb 13 21:48:22.774] traffic_server NOTE: plugin.config finished loading
   ```
   This makes it clear whether a specific plugin is loaded properly.


-- 
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: github-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [trafficserver] bneradt merged pull request #9407: Added a log message when individual plugin is loaded

Posted by "bneradt (via GitHub)" <gi...@apache.org>.
bneradt merged PR #9407:
URL: https://github.com/apache/trafficserver/pull/9407


-- 
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: github-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org