mirror of
https://github.com/xuthus83/pigallery2.git
synced 2024-11-03 21:04:03 +08:00
test logging..
This commit is contained in:
parent
fc20126f0e
commit
4176123865
@ -117,7 +117,8 @@ export class RenderingMWs {
|
||||
skipTags: {secret: true} as TAGS
|
||||
}) as PrivateConfigClass));
|
||||
|
||||
console.log(originalConfJSON);
|
||||
console.log('renderConfig');
|
||||
console.log(JSON.stringify(originalConfJSON,null,4));
|
||||
const message = new Message<PrivateConfigClass>(
|
||||
null,
|
||||
originalConfJSON
|
||||
|
@ -48,7 +48,7 @@ describe('SettingsRouter', () => {
|
||||
attachVolatile: true,
|
||||
skipTags: {secret: true} as TAGS
|
||||
})));
|
||||
console.log(originalJSON);
|
||||
console.log(JSON.stringify(originalJSON,null,4));
|
||||
|
||||
const result = await chai.request(server.Server)
|
||||
.get(Config.Server.apiPath + '/settings');
|
||||
|
Loading…
Reference in New Issue
Block a user