diff --git a/src/QimenWms.php b/src/QimenWms.php index 2872f21..9a44144 100644 --- a/src/QimenWms.php +++ b/src/QimenWms.php @@ -419,6 +419,7 @@ class QimenWms extends BaseWms implements WmsInterface final protected function post($body, $params = [], $headers = ['content-type' => 'text/xml; charset = utf-8'], $ret = []) { $url = $this->config['base_uri']; $url = $url . http_build_query($params); + app('log')->info('php-wms-client-url', ['data' => $url]); $data = [ 'body' => $body, 'headers' => $headers,