Better logs
This commit is contained in:
parent
4f9b015d1c
commit
d50624f0a0
2 changed files with 10 additions and 4 deletions
|
|
@ -378,7 +378,7 @@ export default async function(
|
|||
return 0;
|
||||
});
|
||||
|
||||
logger.info(`drive usage is ${usage}`);
|
||||
logger.debug(`drive usage is ${usage}`);
|
||||
|
||||
const instance = await fetchMeta();
|
||||
const driveCapacity = 1024 * 1024 * (isLocalUser(user) ? instance.localDriveCapacityMb : instance.remoteDriveCapacityMb);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue