Advertisement
Guest User

Untitled

a guest
Dec 1st, 2015
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.16 KB | None | 0 0
  1. express-session deprecated undefined resave option; provide resave option app.js:24:9
  2. express-session deprecated undefined saveUninitialized option; provide saveUninitialized option app.js:24:9
  3. NodeCMS listening at http://:::1337
  4. Query {
  5. domain: null,
  6. _events:
  7. { error: [Function],
  8. packet: [Function],
  9. end: [Function],
  10. timeout: [Function],
  11. 'start-tls': [Function] },
  12. _eventsCount: 5,
  13. _maxListeners: undefined,
  14. _callback: [Function],
  15. _callSite: null,
  16. _ended: true,
  17. _timeout: undefined,
  18. _idleNext: null,
  19. _idlePrev: null,
  20. _idleStart: null,
  21. _idleTimeout: undefined,
  22. _repeat: null,
  23. sql: 'SELECT * FROM users WHERE username = \'\'test\' AND password = \'098f6bcd4621d373cade4e832627b4f6\' LIMIT 1',
  24. values: undefined,
  25. typeCast: true,
  26. nestTables: false,
  27. _resultSet: null,
  28. _results: [],
  29. _fields: [],
  30. _index: 0,
  31. _loadError: null,
  32. _connection:
  33. Connection {
  34. domain: null,
  35. _events: {},
  36. _eventsCount: 0,
  37. _maxListeners: undefined,
  38. config:
  39. ConnectionConfig {
  40. host: '127.0.0.1',
  41. port: 3306,
  42. localAddress: undefined,
  43. socketPath: undefined,
  44. user: 'root',
  45. password: undefined,
  46. database: 'habbo',
  47. connectTimeout: 10000,
  48. insecureAuth: false,
  49. supportBigNumbers: false,
  50. bigNumberStrings: false,
  51. dateStrings: false,
  52. debug: undefined,
  53. trace: true,
  54. stringifyObjects: false,
  55. timezone: 'local',
  56. flags: '',
  57. queryFormat: undefined,
  58. pool: undefined,
  59. ssl: false,
  60. multipleStatements: false,
  61. typeCast: true,
  62. maxPacketSize: 0,
  63. charsetNumber: 33,
  64. clientFlags: 455631,
  65. protocol41: true },
  66. _socket:
  67. Socket {
  68. _connecting: false,
  69. _hadError: false,
  70. _handle: [Object],
  71. _parent: null,
  72. _host: null,
  73. _readableState: [Object],
  74. readable: true,
  75. domain: null,
  76. _events: [Object],
  77. _eventsCount: 6,
  78. _maxListeners: undefined,
  79. _writableState: [Object],
  80. writable: true,
  81. allowHalfOpen: false,
  82. destroyed: false,
  83. bytesRead: 327,
  84. _bytesDispatched: 155,
  85. _sockname: null,
  86. _pendingData: null,
  87. _pendingEncoding: '',
  88. _idleTimeout: -1,
  89. _idleNext: null,
  90. _idlePrev: null,
  91. _idleStart: 488,
  92. read: [Function],
  93. _consuming: true },
  94. _protocol:
  95. Protocol {
  96. domain: null,
  97. _events: [Object],
  98. _eventsCount: 6,
  99. _maxListeners: undefined,
  100. readable: true,
  101. writable: true,
  102. _config: [Object],
  103. _connection: [Circular],
  104. _callback: null,
  105. _fatalError: null,
  106. _quitSequence: null,
  107. _handshakeSequence: [Object],
  108. _handshaked: true,
  109. _ended: false,
  110. _destroyed: false,
  111. _queue: [Object],
  112. _handshakeInitializationPacket: [Object],
  113. _parser: [Object] },
  114. _connectCalled: true,
  115. state: 'authenticated',
  116. threadId: 11 } }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement