Task #18071
Go lib: modify Logger.NewLogger() to accept a token
Start date:
Due date:
15/03/2024 (about 14 months late)
% Done:
0%
Estimated time:
Description
The Logger.NewLogger() function creates a new Logger instance. This function now needs to accept a write token and store it in the Logger object. So, modify the Logger struct to add a new field for the token, and modify the Logger.NewLogger()
function to accept this as a parameter.
Related issues
Updated by Shuvam Misra about 1 year ago
- Precedes Task #18076: Writer daemon: implement token support added
Updated by Shuvam Misra about 1 year ago
- Target version changed from Sprint 15 Mar to Sprint 29 Mar
Updated by Shuvam Misra about 1 year ago
- Target version changed from Sprint 29 Mar to Sprint 12 Apr