[ 
https://issues.apache.org/jira/browse/SYNCOPE-838?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15268784#comment-15268784
 ] 

ASF GitHub Bot commented on SYNCOPE-838:
----------------------------------------

Github user ilgrosso commented on a diff in the pull request:

    https://github.com/apache/syncope/pull/14#discussion_r61889125
  
    --- Diff: 
client/enduser/src/main/resources/META-INF/resources/app/js/controllers/LoginController.js
 ---
    @@ -76,19 +76,19 @@ angular.module("login").controller("LoginController", 
['$scope', '$rootScope', '
     
         $scope.errorAPI = function () {
           $http.get("/syncope-enduser/api/error").success(function (data) {
    -        console.log("errorAPI response: ", data);
    +        console.debug("errorAPI response: ", data);
           });
         };
     
         $scope.sampleAPI = function () {
           $http.get("/syncope-enduser/api/user-self").success(function (data) {
    -        console.log("sampleAPI response: ", data);
    +        console.debug("sampleAPI response: ", data);
           });
         };
     
         $scope.schemaAPI = function () {
           $http.get("/syncope-enduser/api/schema").success(function (data) {
    -        console.log("schemaAPI response: ", data);
    +        console.debuXg("schemaAPI response: ", data);
    --- End diff --
    
    typo


> review of logging state of the syncope enduser 
> -----------------------------------------------
>
>                 Key: SYNCOPE-838
>                 URL: https://issues.apache.org/jira/browse/SYNCOPE-838
>             Project: Syncope
>          Issue Type: Improvement
>          Components: enduser
>         Environment: syncope enduser
>            Reporter: Matteo Di Carlo
>            Assignee: Matteo Di Carlo
>             Fix For: 2.0.0
>
>
> Review of logging messages of syncope enduser, javascript and java.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to