mirror of
https://github.com/Eugeny/tabby.git
synced 2025-08-17 14:51:51 +00:00
console logging
This commit is contained in:
@@ -23,7 +23,7 @@ const initializeWinston = (electron: ElectronService) => {
|
||||
colorize: false
|
||||
}),
|
||||
new winston.transports.Console({
|
||||
level: 'info',
|
||||
level: 'debug',
|
||||
handleExceptions: false,
|
||||
json: false,
|
||||
colorize: true
|
||||
|
@@ -253,7 +253,7 @@ export class BaseTerminalTabComponent extends BaseTabComponent implements OnInit
|
||||
}),
|
||||
|
||||
this.frontend.resize$.subscribe(({ columns, rows }) => {
|
||||
this.logger.info(`Resizing to ${columns}x${rows}`)
|
||||
this.logger.debug(`Resizing to ${columns}x${rows}`)
|
||||
this.size = { columns, rows }
|
||||
this.zone.run(() => {
|
||||
if (this.session && this.session.open) {
|
||||
|
Reference in New Issue
Block a user