Skip to content

Commit

Permalink
[irods#7820] Change log level of ticket log message from LOG_NOTICE t…
Browse files Browse the repository at this point in the history
…o LOG_DEBUG.
  • Loading branch information
korydraughn committed Jun 19, 2024
1 parent 39e8759 commit e1e7708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/database/src/general_query.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2303,7 +2303,7 @@ int chl_gen_query_access_control_setup_impl(
if ( !rstrcpy( sessionClientAddr, clientAddr, sizeof( sessionClientAddr ) ) ) {
return USER_STRLEN_TOOLONG;
}
rodsLog( LOG_NOTICE, "session ticket setup, value: %s", ticket );
rodsLog(LOG_DEBUG, "session ticket setup, value: %s", ticket);
return 0;
}

Expand Down

0 comments on commit e1e7708

Please sign in to comment.